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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=19",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 20,
    "results": [
        {
            "start": 1238188229,
            "stop": 1238188237
        },
        {
            "start": 1238188238,
            "stop": 1238188245
        },
        {
            "start": 1238188246,
            "stop": 1238188318
        },
        {
            "start": 1238188320,
            "stop": 1238188325
        },
        {
            "start": 1238188327,
            "stop": 1238188334
        },
        {
            "start": 1238188336,
            "stop": 1238188341
        },
        {
            "start": 1238188342,
            "stop": 1238188348
        },
        {
            "start": 1238188349,
            "stop": 1238188355
        },
        {
            "start": 1238188356,
            "stop": 1238188364
        },
        {
            "start": 1238188366,
            "stop": 1238188367
        },
        {
            "start": 1238188368,
            "stop": 1238188371
        },
        {
            "start": 1238188373,
            "stop": 1238188375
        },
        {
            "start": 1238188376,
            "stop": 1238188378
        },
        {
            "start": 1238188379,
            "stop": 1238188389
        },
        {
            "start": 1238188390,
            "stop": 1238188396
        },
        {
            "start": 1238188397,
            "stop": 1238188406
        },
        {
            "start": 1238188407,
            "stop": 1238188416
        },
        {
            "start": 1238188417,
            "stop": 1238188420
        },
        {
            "start": 1238188422,
            "stop": 1238188423
        },
        {
            "start": 1238188425,
            "stop": 1238188428
        }
    ]
}