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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=286",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 287,
    "results": [
        {
            "start": 818385632,
            "stop": 818385839
        },
        {
            "start": 818385860,
            "stop": 818385988
        },
        {
            "start": 818386031,
            "stop": 818386180
        },
        {
            "start": 818386197,
            "stop": 818388051
        },
        {
            "start": 818388074,
            "stop": 818388830
        },
        {
            "start": 818388850,
            "stop": 818390395
        },
        {
            "start": 818390441,
            "stop": 818390453
        },
        {
            "start": 818390474,
            "stop": 818391558
        },
        {
            "start": 818391582,
            "stop": 818393485
        },
        {
            "start": 818393505,
            "stop": 818393677
        },
        {
            "start": 818395604,
            "stop": 818396348
        },
        {
            "start": 818396368,
            "stop": 818396757
        },
        {
            "start": 818396795,
            "stop": 818397896
        },
        {
            "start": 818397942,
            "stop": 818398182
        },
        {
            "start": 818398202,
            "stop": 818398506
        },
        {
            "start": 818398526,
            "stop": 818398581
        },
        {
            "start": 818398606,
            "stop": 818398869
        },
        {
            "start": 818398913,
            "stop": 818399164
        },
        {
            "start": 818399183,
            "stop": 818399240
        },
        {
            "start": 818399259,
            "stop": 818399341
        }
    ]
}