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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=885",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=883",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 884,
    "results": [
        {
            "start": 969057849,
            "stop": 969058036
        },
        {
            "start": 969062862,
            "stop": 969062951
        },
        {
            "start": 969062957,
            "stop": 969065629
        },
        {
            "start": 969066297,
            "stop": 969072230
        },
        {
            "start": 969072893,
            "stop": 969104538
        },
        {
            "start": 969107599,
            "stop": 969110311
        },
        {
            "start": 969124000,
            "stop": 969127625
        },
        {
            "start": 969129674,
            "stop": 969130557
        },
        {
            "start": 969134209,
            "stop": 969153203
        },
        {
            "start": 969176466,
            "stop": 969181475
        },
        {
            "start": 969186444,
            "stop": 969188731
        },
        {
            "start": 969191179,
            "stop": 969193152
        },
        {
            "start": 969212866,
            "stop": 969215610
        },
        {
            "start": 969247966,
            "stop": 969253323
        },
        {
            "start": 969253329,
            "stop": 969255762
        },
        {
            "start": 969256126,
            "stop": 969259427
        },
        {
            "start": 969261439,
            "stop": 969278927
        },
        {
            "start": 969283397,
            "stop": 969292406
        },
        {
            "start": 969292526,
            "stop": 969292943
        },
        {
            "start": 969329654,
            "stop": 969332575
        }
    ]
}