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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=256",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 257,
    "results": [
        {
            "start": 1241476919,
            "stop": 1241477136
        },
        {
            "start": 1241477137,
            "stop": 1241477138
        },
        {
            "start": 1241477141,
            "stop": 1241477187
        },
        {
            "start": 1241477188,
            "stop": 1241477237
        },
        {
            "start": 1241477238,
            "stop": 1241477307
        },
        {
            "start": 1241477308,
            "stop": 1241477464
        },
        {
            "start": 1241477466,
            "stop": 1241477477
        },
        {
            "start": 1241477478,
            "stop": 1241477677
        },
        {
            "start": 1241477678,
            "stop": 1241477681
        },
        {
            "start": 1241477684,
            "stop": 1241477719
        },
        {
            "start": 1241477724,
            "stop": 1241477800
        },
        {
            "start": 1241477803,
            "stop": 1241477922
        },
        {
            "start": 1241477927,
            "stop": 1241477938
        },
        {
            "start": 1241477941,
            "stop": 1241478007
        },
        {
            "start": 1241478008,
            "stop": 1241478010
        },
        {
            "start": 1241478012,
            "stop": 1241478013
        },
        {
            "start": 1241478014,
            "stop": 1241478015
        },
        {
            "start": 1241478016,
            "stop": 1241478125
        },
        {
            "start": 1241478126,
            "stop": 1241478293
        },
        {
            "start": 1241478295,
            "stop": 1241478298
        }
    ]
}