Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=261",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 262,
    "results": [
        {
            "start": 1264584415,
            "stop": 1264584457
        },
        {
            "start": 1264584458,
            "stop": 1264584634
        },
        {
            "start": 1264584635,
            "stop": 1264584676
        },
        {
            "start": 1264584680,
            "stop": 1264584713
        },
        {
            "start": 1264584716,
            "stop": 1264584719
        },
        {
            "start": 1264584720,
            "stop": 1264584723
        },
        {
            "start": 1264584724,
            "stop": 1264584728
        },
        {
            "start": 1264584729,
            "stop": 1264587812
        },
        {
            "start": 1264587814,
            "stop": 1264587817
        },
        {
            "start": 1264587818,
            "stop": 1264587835
        },
        {
            "start": 1264587836,
            "stop": 1264587923
        },
        {
            "start": 1264587924,
            "stop": 1264588038
        },
        {
            "start": 1264588039,
            "stop": 1264588083
        },
        {
            "start": 1264588084,
            "stop": 1264588086
        },
        {
            "start": 1264588087,
            "stop": 1264588094
        },
        {
            "start": 1264588095,
            "stop": 1264588102
        },
        {
            "start": 1264588103,
            "stop": 1264588170
        },
        {
            "start": 1264588171,
            "stop": 1264588239
        },
        {
            "start": 1264588240,
            "stop": 1264588249
        },
        {
            "start": 1264588250,
            "stop": 1264588254
        }
    ]
}