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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16013",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16011",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16012,
    "results": [
        {
            "start": 971558709,
            "stop": 971558752
        },
        {
            "start": 971558754,
            "stop": 971558807
        },
        {
            "start": 971558808,
            "stop": 971558809
        },
        {
            "start": 971558810,
            "stop": 971558816
        },
        {
            "start": 971558817,
            "stop": 971558852
        },
        {
            "start": 971558855,
            "stop": 971558888
        },
        {
            "start": 971558891,
            "stop": 971558904
        },
        {
            "start": 971558905,
            "stop": 971558971
        },
        {
            "start": 971559000,
            "stop": 971559357
        },
        {
            "start": 971559360,
            "stop": 971559361
        },
        {
            "start": 971559364,
            "stop": 971559389
        },
        {
            "start": 971559392,
            "stop": 971559422
        },
        {
            "start": 971559425,
            "stop": 971559470
        },
        {
            "start": 971559473,
            "stop": 971559519
        },
        {
            "start": 971559540,
            "stop": 971559548
        },
        {
            "start": 971559551,
            "stop": 971559577
        },
        {
            "start": 971559580,
            "stop": 971559588
        },
        {
            "start": 971559609,
            "stop": 971559615
        },
        {
            "start": 971559619,
            "stop": 971559862
        },
        {
            "start": 971559865,
            "stop": 971561290
        }
    ]
}