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=1899
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=1900",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1898",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1899,
    "results": [
        {
            "start": 971424904,
            "stop": 971437028
        },
        {
            "start": 971437029,
            "stop": 971442983
        },
        {
            "start": 971442984,
            "stop": 971444069
        },
        {
            "start": 971446579,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971502100
        },
        {
            "start": 971502328,
            "stop": 971512315
        },
        {
            "start": 971512316,
            "stop": 971527997
        },
        {
            "start": 971545826,
            "stop": 971545944
        },
        {
            "start": 971545945,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971550283
        },
        {
            "start": 971550285,
            "stop": 971550349
        },
        {
            "start": 971550350,
            "stop": 971550874
        },
        {
            "start": 971550875,
            "stop": 971551024
        },
        {
            "start": 971551025,
            "stop": 971551113
        },
        {
            "start": 971551114,
            "stop": 971551116
        },
        {
            "start": 971551117,
            "stop": 971552915
        },
        {
            "start": 971555128,
            "stop": 971558464
        },
        {
            "start": 971558465,
            "stop": 971558979
        },
        {
            "start": 971559000,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971566122
        }
    ]
}