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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=18",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 19,
    "results": [
        {
            "start": 817283307,
            "stop": 817284447
        },
        {
            "start": 817284653,
            "stop": 817285133
        },
        {
            "start": 817285280,
            "stop": 817286540
        },
        {
            "start": 817286677,
            "stop": 817286857
        },
        {
            "start": 817290123,
            "stop": 817291083
        },
        {
            "start": 817291959,
            "stop": 817292499
        },
        {
            "start": 817292654,
            "stop": 817292954
        },
        {
            "start": 817292984,
            "stop": 817294694
        },
        {
            "start": 817299314,
            "stop": 817299464
        },
        {
            "start": 817299494,
            "stop": 817299554
        },
        {
            "start": 817303417,
            "stop": 817303657
        },
        {
            "start": 817303954,
            "stop": 817304014
        },
        {
            "start": 817304152,
            "stop": 817304452
        },
        {
            "start": 817304825,
            "stop": 817305005
        },
        {
            "start": 817305142,
            "stop": 817305502
        },
        {
            "start": 817305729,
            "stop": 817305789
        },
        {
            "start": 817306343,
            "stop": 817306403
        },
        {
            "start": 817307284,
            "stop": 817307404
        },
        {
            "start": 817307637,
            "stop": 817307817
        },
        {
            "start": 817352812,
            "stop": 817352992
        }
    ]
}