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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=434",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 435,
    "results": [
        {
            "start": 1268134060,
            "stop": 1268134073
        },
        {
            "start": 1268134078,
            "stop": 1268134079
        },
        {
            "start": 1268134083,
            "stop": 1268134086
        },
        {
            "start": 1268134088,
            "stop": 1268134092
        },
        {
            "start": 1268134093,
            "stop": 1268134097
        },
        {
            "start": 1268134099,
            "stop": 1268134103
        },
        {
            "start": 1268134104,
            "stop": 1268134105
        },
        {
            "start": 1268134106,
            "stop": 1268134110
        },
        {
            "start": 1268134114,
            "stop": 1268134119
        },
        {
            "start": 1268134120,
            "stop": 1268134125
        },
        {
            "start": 1268134126,
            "stop": 1268134127
        },
        {
            "start": 1268134129,
            "stop": 1268134141
        },
        {
            "start": 1268134143,
            "stop": 1268134144
        },
        {
            "start": 1268134145,
            "stop": 1268134148
        },
        {
            "start": 1268134149,
            "stop": 1268134158
        },
        {
            "start": 1268134161,
            "stop": 1268134168
        },
        {
            "start": 1268134169,
            "stop": 1268134170
        },
        {
            "start": 1268134171,
            "stop": 1268134173
        },
        {
            "start": 1268134176,
            "stop": 1268134177
        },
        {
            "start": 1268134179,
            "stop": 1268134180
        }
    ]
}