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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=104",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 105,
    "results": [
        {
            "start": 1239837793,
            "stop": 1239837912
        },
        {
            "start": 1239837913,
            "stop": 1239838032
        },
        {
            "start": 1239838033,
            "stop": 1239838152
        },
        {
            "start": 1239838153,
            "stop": 1239838272
        },
        {
            "start": 1239838273,
            "stop": 1239838392
        },
        {
            "start": 1239838393,
            "stop": 1239838512
        },
        {
            "start": 1239838513,
            "stop": 1239838632
        },
        {
            "start": 1239838633,
            "stop": 1239838752
        },
        {
            "start": 1239838753,
            "stop": 1239838872
        },
        {
            "start": 1239838873,
            "stop": 1239838992
        },
        {
            "start": 1239838993,
            "stop": 1239839112
        },
        {
            "start": 1239839113,
            "stop": 1239839232
        },
        {
            "start": 1239839233,
            "stop": 1239839352
        },
        {
            "start": 1239839353,
            "stop": 1239839472
        },
        {
            "start": 1239839473,
            "stop": 1239839592
        },
        {
            "start": 1239839593,
            "stop": 1239839712
        },
        {
            "start": 1239839713,
            "stop": 1239839812
        },
        {
            "start": 1239839813,
            "stop": 1239839952
        },
        {
            "start": 1239839953,
            "stop": 1239840072
        },
        {
            "start": 1239840073,
            "stop": 1239840192
        }
    ]
}