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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8366",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8367,
    "results": [
        {
            "start": 874749780,
            "stop": 874749840
        },
        {
            "start": 874749900,
            "stop": 874750343
        },
        {
            "start": 874750362,
            "stop": 874750429
        },
        {
            "start": 874750465,
            "stop": 874750550
        },
        {
            "start": 874750570,
            "stop": 874750648
        },
        {
            "start": 874750667,
            "stop": 874750860
        },
        {
            "start": 874750920,
            "stop": 874750933
        },
        {
            "start": 874750953,
            "stop": 874750956
        },
        {
            "start": 874750991,
            "stop": 874751396
        },
        {
            "start": 874751413,
            "stop": 874751580
        },
        {
            "start": 874751640,
            "stop": 874751760
        },
        {
            "start": 874751820,
            "stop": 874752172
        },
        {
            "start": 874752193,
            "stop": 874752257
        },
        {
            "start": 874752276,
            "stop": 874752724
        },
        {
            "start": 874752743,
            "stop": 874752751
        },
        {
            "start": 874752770,
            "stop": 874752850
        },
        {
            "start": 874752869,
            "stop": 874752946
        },
        {
            "start": 874752963,
            "stop": 874753020
        },
        {
            "start": 874753080,
            "stop": 874753200
        },
        {
            "start": 874753260,
            "stop": 874753367
        }
    ]
}