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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=58",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 59,
    "results": [
        {
            "start": 817723827,
            "stop": 817723957
        },
        {
            "start": 817723960,
            "stop": 817723976
        },
        {
            "start": 817723979,
            "stop": 817724022
        },
        {
            "start": 817724027,
            "stop": 817724538
        },
        {
            "start": 817724541,
            "stop": 817724701
        },
        {
            "start": 817724704,
            "stop": 817724741
        },
        {
            "start": 817724744,
            "stop": 817724760
        },
        {
            "start": 817724764,
            "stop": 817724875
        },
        {
            "start": 817724878,
            "stop": 817724891
        },
        {
            "start": 817724901,
            "stop": 817724902
        },
        {
            "start": 817724905,
            "stop": 817724907
        },
        {
            "start": 817724910,
            "stop": 817725198
        },
        {
            "start": 817725201,
            "stop": 817725221
        },
        {
            "start": 817725224,
            "stop": 817725232
        },
        {
            "start": 817725235,
            "stop": 817725326
        },
        {
            "start": 817725333,
            "stop": 817725842
        },
        {
            "start": 817725847,
            "stop": 817725853
        },
        {
            "start": 817725856,
            "stop": 817725902
        },
        {
            "start": 817725908,
            "stop": 817725912
        },
        {
            "start": 817725917,
            "stop": 817725918
        }
    ]
}