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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=148",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 149,
    "results": [
        {
            "start": 818839467,
            "stop": 818839519
        },
        {
            "start": 818839526,
            "stop": 818839534
        },
        {
            "start": 818839541,
            "stop": 818839577
        },
        {
            "start": 818839584,
            "stop": 818839727
        },
        {
            "start": 818839734,
            "stop": 818839993
        },
        {
            "start": 818840004,
            "stop": 818840005
        },
        {
            "start": 818840787,
            "stop": 818840818
        },
        {
            "start": 818840831,
            "stop": 818840835
        },
        {
            "start": 818840844,
            "stop": 818840956
        },
        {
            "start": 818840963,
            "stop": 818841871
        },
        {
            "start": 818841878,
            "stop": 818841902
        },
        {
            "start": 818841909,
            "stop": 818842030
        },
        {
            "start": 818842037,
            "stop": 818842310
        },
        {
            "start": 818842317,
            "stop": 818842370
        },
        {
            "start": 818842377,
            "stop": 818842851
        },
        {
            "start": 818842858,
            "stop": 818843003
        },
        {
            "start": 818843024,
            "stop": 818843113
        },
        {
            "start": 818843120,
            "stop": 818843149
        },
        {
            "start": 818843156,
            "stop": 818843198
        },
        {
            "start": 818843207,
            "stop": 818843232
        }
    ]
}