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/H2_BURST_CAT2/segments?format=api&page=632
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=631",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 632,
    "results": [
        {
            "start": 843726716,
            "stop": 843728997
        },
        {
            "start": 843736160,
            "stop": 843742033
        },
        {
            "start": 843742844,
            "stop": 843744526
        },
        {
            "start": 843747158,
            "stop": 843753221
        },
        {
            "start": 843753775,
            "stop": 843765757
        },
        {
            "start": 843766576,
            "stop": 843791649
        },
        {
            "start": 843791652,
            "stop": 843795760
        },
        {
            "start": 843797149,
            "stop": 843801493
        },
        {
            "start": 843802176,
            "stop": 843802732
        },
        {
            "start": 843804200,
            "stop": 843804656
        },
        {
            "start": 843804657,
            "stop": 843827717
        },
        {
            "start": 843827718,
            "stop": 843833279
        },
        {
            "start": 843833937,
            "stop": 843836158
        },
        {
            "start": 843837393,
            "stop": 843837416
        },
        {
            "start": 843848221,
            "stop": 843848435
        },
        {
            "start": 843848438,
            "stop": 843854606
        },
        {
            "start": 843854607,
            "stop": 843854624
        },
        {
            "start": 843854625,
            "stop": 843854630
        },
        {
            "start": 843854631,
            "stop": 843854676
        },
        {
            "start": 843854677,
            "stop": 843855509
        }
    ]
}