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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14847",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14845",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14846,
    "results": [
        {
            "start": 971401662,
            "stop": 971401670
        },
        {
            "start": 971401671,
            "stop": 971401737
        },
        {
            "start": 971401739,
            "stop": 971401747
        },
        {
            "start": 971401748,
            "stop": 971401780
        },
        {
            "start": 971401783,
            "stop": 971401787
        },
        {
            "start": 971401788,
            "stop": 971401811
        },
        {
            "start": 971401812,
            "stop": 971401813
        },
        {
            "start": 971401814,
            "stop": 971401819
        },
        {
            "start": 971401820,
            "stop": 971401829
        },
        {
            "start": 971401831,
            "stop": 971401848
        },
        {
            "start": 971401849,
            "stop": 971401877
        },
        {
            "start": 971401878,
            "stop": 971401890
        },
        {
            "start": 971401891,
            "stop": 971401926
        },
        {
            "start": 971401927,
            "stop": 971401954
        },
        {
            "start": 971401956,
            "stop": 971401970
        },
        {
            "start": 971401971,
            "stop": 971401979
        },
        {
            "start": 971401981,
            "stop": 971402007
        },
        {
            "start": 971402009,
            "stop": 971402017
        },
        {
            "start": 971402018,
            "stop": 971402021
        },
        {
            "start": 971402023,
            "stop": 971402025
        }
    ]
}