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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=38",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 39,
    "results": [
        {
            "start": 931176468,
            "stop": 931176478
        },
        {
            "start": 931176481,
            "stop": 931176487
        },
        {
            "start": 931176489,
            "stop": 931176492
        },
        {
            "start": 931176494,
            "stop": 931176503
        },
        {
            "start": 931176505,
            "stop": 931176511
        },
        {
            "start": 931176513,
            "stop": 931176519
        },
        {
            "start": 931176520,
            "stop": 931176521
        },
        {
            "start": 931176523,
            "stop": 931176572
        },
        {
            "start": 931176576,
            "stop": 931176596
        },
        {
            "start": 931176597,
            "stop": 931176617
        },
        {
            "start": 931176619,
            "stop": 931176647
        },
        {
            "start": 931176649,
            "stop": 931176675
        },
        {
            "start": 931176677,
            "stop": 931176685
        },
        {
            "start": 931176687,
            "stop": 931176708
        },
        {
            "start": 931176709,
            "stop": 931176718
        },
        {
            "start": 931176720,
            "stop": 931176737
        },
        {
            "start": 931176738,
            "stop": 931176779
        },
        {
            "start": 931176781,
            "stop": 931176786
        },
        {
            "start": 931176788,
            "stop": 931176813
        },
        {
            "start": 931176815,
            "stop": 931176819
        }
    ]
}