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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=49",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 50,
    "results": [
        {
            "start": 1262688000,
            "stop": 1262688005
        },
        {
            "start": 1262688007,
            "stop": 1262688055
        },
        {
            "start": 1262688057,
            "stop": 1262688062
        },
        {
            "start": 1262688066,
            "stop": 1262688163
        },
        {
            "start": 1262688166,
            "stop": 1262688385
        },
        {
            "start": 1262688387,
            "stop": 1262688629
        },
        {
            "start": 1262688630,
            "stop": 1262688970
        },
        {
            "start": 1262688973,
            "stop": 1262689076
        },
        {
            "start": 1262689078,
            "stop": 1262689095
        },
        {
            "start": 1262689098,
            "stop": 1262689160
        },
        {
            "start": 1262689162,
            "stop": 1262689376
        },
        {
            "start": 1262689379,
            "stop": 1262689627
        },
        {
            "start": 1262689629,
            "stop": 1262689634
        },
        {
            "start": 1262689636,
            "stop": 1262689644
        },
        {
            "start": 1262689646,
            "stop": 1262689647
        },
        {
            "start": 1262689650,
            "stop": 1262689655
        },
        {
            "start": 1262689657,
            "stop": 1262689696
        },
        {
            "start": 1262689697,
            "stop": 1262689702
        },
        {
            "start": 1262689707,
            "stop": 1262689792
        },
        {
            "start": 1262689794,
            "stop": 1262689948
        }
    ]
}