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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1880",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1878",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1879,
    "results": [
        {
            "start": 969057849,
            "stop": 969058021
        },
        {
            "start": 969062862,
            "stop": 969062951
        },
        {
            "start": 969062953,
            "stop": 969065629
        },
        {
            "start": 969066297,
            "stop": 969072230
        },
        {
            "start": 969072893,
            "stop": 969079506
        },
        {
            "start": 969079507,
            "stop": 969092446
        },
        {
            "start": 969092447,
            "stop": 969104523
        },
        {
            "start": 969107599,
            "stop": 969110311
        },
        {
            "start": 969124000,
            "stop": 969125239
        },
        {
            "start": 969125240,
            "stop": 969127625
        },
        {
            "start": 969129674,
            "stop": 969130542
        },
        {
            "start": 969134209,
            "stop": 969153188
        },
        {
            "start": 969176466,
            "stop": 969181460
        },
        {
            "start": 969186444,
            "stop": 969188716
        },
        {
            "start": 969191179,
            "stop": 969193137
        },
        {
            "start": 969212866,
            "stop": 969215595
        },
        {
            "start": 969247966,
            "stop": 969253323
        },
        {
            "start": 969253325,
            "stop": 969255027
        },
        {
            "start": 969255028,
            "stop": 969255762
        },
        {
            "start": 969256126,
            "stop": 969259412
        }
    ]
}