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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41067",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41068,
    "results": [
        {
            "start": 875207692,
            "stop": 875207697
        },
        {
            "start": 875207699,
            "stop": 875207754
        },
        {
            "start": 875207757,
            "stop": 875207759
        },
        {
            "start": 875207760,
            "stop": 875207801
        },
        {
            "start": 875207802,
            "stop": 875207827
        },
        {
            "start": 875207828,
            "stop": 875207838
        },
        {
            "start": 875207840,
            "stop": 875207874
        },
        {
            "start": 875207875,
            "stop": 875207890
        },
        {
            "start": 875207892,
            "stop": 875207923
        },
        {
            "start": 875207925,
            "stop": 875207946
        },
        {
            "start": 875207947,
            "stop": 875207988
        },
        {
            "start": 875207989,
            "stop": 875208009
        },
        {
            "start": 875208010,
            "stop": 875208120
        },
        {
            "start": 875208122,
            "stop": 875208133
        },
        {
            "start": 875208135,
            "stop": 875208192
        },
        {
            "start": 875208194,
            "stop": 875208241
        },
        {
            "start": 875208243,
            "stop": 875208287
        },
        {
            "start": 875208288,
            "stop": 875208314
        },
        {
            "start": 875208315,
            "stop": 875208316
        },
        {
            "start": 875208317,
            "stop": 875208332
        }
    ]
}