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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=320",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 321,
    "results": [
        {
            "start": 931858083,
            "stop": 931858096
        },
        {
            "start": 931858101,
            "stop": 931858108
        },
        {
            "start": 931858112,
            "stop": 931858131
        },
        {
            "start": 931858133,
            "stop": 931858139
        },
        {
            "start": 931858141,
            "stop": 931858143
        },
        {
            "start": 931858145,
            "stop": 931858151
        },
        {
            "start": 931858153,
            "stop": 931858155
        },
        {
            "start": 931858157,
            "stop": 931858159
        },
        {
            "start": 931858161,
            "stop": 931858166
        },
        {
            "start": 931858168,
            "stop": 931858174
        },
        {
            "start": 931858176,
            "stop": 931858178
        },
        {
            "start": 931858181,
            "stop": 931858182
        },
        {
            "start": 931858184,
            "stop": 931858188
        },
        {
            "start": 931858190,
            "stop": 931858193
        },
        {
            "start": 931858195,
            "stop": 931858196
        },
        {
            "start": 931858200,
            "stop": 931858201
        },
        {
            "start": 931858203,
            "stop": 931858210
        },
        {
            "start": 931858212,
            "stop": 931858217
        },
        {
            "start": 931858220,
            "stop": 931858221
        },
        {
            "start": 931858223,
            "stop": 931858224
        }
    ]
}