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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=145",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 146,
    "results": [
        {
            "start": 969031793,
            "stop": 969035200
        },
        {
            "start": 969035858,
            "stop": 969045040
        },
        {
            "start": 969049007,
            "stop": 969049246
        },
        {
            "start": 969053691,
            "stop": 969057398
        },
        {
            "start": 969057849,
            "stop": 969057931
        },
        {
            "start": 969062862,
            "stop": 969065629
        },
        {
            "start": 969066297,
            "stop": 969072230
        },
        {
            "start": 969072893,
            "stop": 969104433
        },
        {
            "start": 969107599,
            "stop": 969110311
        },
        {
            "start": 969124000,
            "stop": 969127585
        },
        {
            "start": 969129674,
            "stop": 969130452
        },
        {
            "start": 969134209,
            "stop": 969153098
        },
        {
            "start": 969176466,
            "stop": 969181370
        },
        {
            "start": 969186444,
            "stop": 969188626
        },
        {
            "start": 969191179,
            "stop": 969193047
        },
        {
            "start": 969212866,
            "stop": 969215505
        },
        {
            "start": 969247966,
            "stop": 969255762
        },
        {
            "start": 969256126,
            "stop": 969259322
        },
        {
            "start": 969261439,
            "stop": 969278822
        },
        {
            "start": 969283397,
            "stop": 969292406
        }
    ]
}