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=596
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=597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=595",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 596,
    "results": [
        {
            "start": 837114851,
            "stop": 837124910
        },
        {
            "start": 837125506,
            "stop": 837134664
        },
        {
            "start": 837136248,
            "stop": 837155897
        },
        {
            "start": 837156318,
            "stop": 837160788
        },
        {
            "start": 837162612,
            "stop": 837162864
        },
        {
            "start": 837169296,
            "stop": 837176421
        },
        {
            "start": 837177010,
            "stop": 837182824
        },
        {
            "start": 837182826,
            "stop": 837185582
        },
        {
            "start": 837185585,
            "stop": 837185587
        },
        {
            "start": 837185590,
            "stop": 837188435
        },
        {
            "start": 837188438,
            "stop": 837188538
        },
        {
            "start": 837189093,
            "stop": 837189204
        },
        {
            "start": 837189208,
            "stop": 837193255
        },
        {
            "start": 837193827,
            "stop": 837194093
        },
        {
            "start": 837194582,
            "stop": 837201904
        },
        {
            "start": 837202626,
            "stop": 837204707
        },
        {
            "start": 837205027,
            "stop": 837205148
        },
        {
            "start": 837205548,
            "stop": 837209816
        },
        {
            "start": 837209818,
            "stop": 837209833
        },
        {
            "start": 837209835,
            "stop": 837218914
        }
    ]
}