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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=437",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 438,
    "results": [
        {
            "start": 867821688,
            "stop": 867821727
        },
        {
            "start": 867821741,
            "stop": 867821747
        },
        {
            "start": 867821750,
            "stop": 867821804
        },
        {
            "start": 867821808,
            "stop": 867821857
        },
        {
            "start": 867821865,
            "stop": 867821881
        },
        {
            "start": 867821885,
            "stop": 867821891
        },
        {
            "start": 867821904,
            "stop": 867821920
        },
        {
            "start": 867821923,
            "stop": 867821948
        },
        {
            "start": 867821957,
            "stop": 867821972
        },
        {
            "start": 867821975,
            "stop": 867822010
        },
        {
            "start": 867822014,
            "stop": 867822064
        },
        {
            "start": 867822067,
            "stop": 867822101
        },
        {
            "start": 867822105,
            "stop": 867822116
        },
        {
            "start": 867822120,
            "stop": 867822213
        },
        {
            "start": 867822217,
            "stop": 867822448
        },
        {
            "start": 867822452,
            "stop": 867822496
        },
        {
            "start": 867822505,
            "stop": 867822679
        },
        {
            "start": 867822683,
            "stop": 867822786
        },
        {
            "start": 867822791,
            "stop": 867836836
        },
        {
            "start": 867866913,
            "stop": 867902740
        }
    ]
}