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=450
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=451",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=449",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 450,
    "results": [
        {
            "start": 1268471200,
            "stop": 1268471268
        },
        {
            "start": 1268471269,
            "stop": 1268471300
        },
        {
            "start": 1268471302,
            "stop": 1268471325
        },
        {
            "start": 1268471326,
            "stop": 1268471457
        },
        {
            "start": 1268471459,
            "stop": 1268471463
        },
        {
            "start": 1268471464,
            "stop": 1268471885
        },
        {
            "start": 1268471886,
            "stop": 1268471940
        },
        {
            "start": 1268471941,
            "stop": 1268471971
        },
        {
            "start": 1268471972,
            "stop": 1268472036
        },
        {
            "start": 1268472037,
            "stop": 1268472094
        },
        {
            "start": 1268472096,
            "stop": 1268472231
        },
        {
            "start": 1268472232,
            "stop": 1268472487
        },
        {
            "start": 1268472488,
            "stop": 1268472491
        },
        {
            "start": 1268472492,
            "stop": 1268473221
        },
        {
            "start": 1268473222,
            "stop": 1268473231
        },
        {
            "start": 1268473232,
            "stop": 1268473236
        },
        {
            "start": 1268473237,
            "stop": 1268473239
        },
        {
            "start": 1268473242,
            "stop": 1268473267
        },
        {
            "start": 1268473268,
            "stop": 1268473278
        },
        {
            "start": 1268473279,
            "stop": 1268473281
        }
    ]
}