Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=240
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=239",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 240,
    "results": [
        {
            "start": 852264126,
            "stop": 852264238
        },
        {
            "start": 852264348,
            "stop": 852265662
        },
        {
            "start": 852265962,
            "stop": 852266115
        },
        {
            "start": 852266415,
            "stop": 852266595
        },
        {
            "start": 852267096,
            "stop": 852276829
        },
        {
            "start": 852277129,
            "stop": 852304339
        },
        {
            "start": 852304345,
            "stop": 852312974
        },
        {
            "start": 852313326,
            "stop": 852313487
        },
        {
            "start": 852313787,
            "stop": 852314250
        },
        {
            "start": 852314360,
            "stop": 852314363
        },
        {
            "start": 852314663,
            "stop": 852314810
        },
        {
            "start": 852315254,
            "stop": 852316542
        },
        {
            "start": 852316563,
            "stop": 852316574
        },
        {
            "start": 852316620,
            "stop": 852316678
        },
        {
            "start": 852316697,
            "stop": 852316792
        },
        {
            "start": 852316833,
            "stop": 852317185
        },
        {
            "start": 852317211,
            "stop": 852319639
        },
        {
            "start": 852319664,
            "stop": 852320332
        },
        {
            "start": 852320353,
            "stop": 852320354
        },
        {
            "start": 852320383,
            "stop": 852320579
        }
    ]
}