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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10116",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10117,
    "results": [
        {
            "start": 873456203,
            "stop": 873456270
        },
        {
            "start": 873456306,
            "stop": 873456497
        },
        {
            "start": 873456544,
            "stop": 873456592
        },
        {
            "start": 873456628,
            "stop": 873456636
        },
        {
            "start": 873456672,
            "stop": 873456939
        },
        {
            "start": 873456975,
            "stop": 873457297
        },
        {
            "start": 873457304,
            "stop": 873457357
        },
        {
            "start": 873457393,
            "stop": 873457532
        },
        {
            "start": 873457549,
            "stop": 873457746
        },
        {
            "start": 873457782,
            "stop": 873458215
        },
        {
            "start": 873458232,
            "stop": 873458300
        },
        {
            "start": 873458360,
            "stop": 873458400
        },
        {
            "start": 873458437,
            "stop": 873458519
        },
        {
            "start": 873458586,
            "stop": 873458647
        },
        {
            "start": 873458692,
            "stop": 873458767
        },
        {
            "start": 873458803,
            "stop": 873458812
        },
        {
            "start": 873458883,
            "stop": 873458922
        },
        {
            "start": 873458974,
            "stop": 873458988
        },
        {
            "start": 873459024,
            "stop": 873459111
        },
        {
            "start": 873459149,
            "stop": 873459243
        }
    ]
}