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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=345",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 346,
    "results": [
        {
            "start": 1251066741,
            "stop": 1251066924
        },
        {
            "start": 1251066926,
            "stop": 1251066937
        },
        {
            "start": 1251066938,
            "stop": 1251068457
        },
        {
            "start": 1251070691,
            "stop": 1251074574
        },
        {
            "start": 1251079114,
            "stop": 1251080731
        },
        {
            "start": 1251088076,
            "stop": 1251093778
        },
        {
            "start": 1251098032,
            "stop": 1251098120
        },
        {
            "start": 1251098121,
            "stop": 1251098234
        },
        {
            "start": 1251103848,
            "stop": 1251104649
        },
        {
            "start": 1251136978,
            "stop": 1251138238
        },
        {
            "start": 1251138240,
            "stop": 1251138242
        },
        {
            "start": 1251138244,
            "stop": 1251138265
        },
        {
            "start": 1251138267,
            "stop": 1251138268
        },
        {
            "start": 1251138270,
            "stop": 1251138274
        },
        {
            "start": 1251138275,
            "stop": 1251138277
        },
        {
            "start": 1251138300,
            "stop": 1251138302
        },
        {
            "start": 1251138303,
            "stop": 1251138305
        },
        {
            "start": 1251138345,
            "stop": 1251138347
        },
        {
            "start": 1251138352,
            "stop": 1251138353
        },
        {
            "start": 1251138357,
            "stop": 1251138358
        }
    ]
}