Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=700
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=701",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=699",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 700,
    "results": [
        {
            "start": 1266311780,
            "stop": 1266313661
        },
        {
            "start": 1266313664,
            "stop": 1266318307
        },
        {
            "start": 1266318310,
            "stop": 1266321506
        },
        {
            "start": 1266321509,
            "stop": 1266323182
        },
        {
            "start": 1266323185,
            "stop": 1266324863
        },
        {
            "start": 1266324866,
            "stop": 1266325518
        },
        {
            "start": 1266325521,
            "stop": 1266326124
        },
        {
            "start": 1266326127,
            "stop": 1266332894
        },
        {
            "start": 1266332897,
            "stop": 1266333038
        },
        {
            "start": 1266333041,
            "stop": 1266340792
        },
        {
            "start": 1266340795,
            "stop": 1266341283
        },
        {
            "start": 1266341286,
            "stop": 1266342125
        },
        {
            "start": 1266342128,
            "stop": 1266342790
        },
        {
            "start": 1266342793,
            "stop": 1266352361
        },
        {
            "start": 1266352364,
            "stop": 1266356639
        },
        {
            "start": 1266356641,
            "stop": 1266359523
        },
        {
            "start": 1266362166,
            "stop": 1266362504
        },
        {
            "start": 1266362507,
            "stop": 1266362747
        },
        {
            "start": 1266362749,
            "stop": 1266364508
        },
        {
            "start": 1266364511,
            "stop": 1266370375
        }
    ]
}