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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5096",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5097,
    "results": [
        {
            "start": 874646948,
            "stop": 874646972
        },
        {
            "start": 874646984,
            "stop": 874646999
        },
        {
            "start": 874647006,
            "stop": 874647032
        },
        {
            "start": 874647039,
            "stop": 874647109
        },
        {
            "start": 874647116,
            "stop": 874647153
        },
        {
            "start": 874647160,
            "stop": 874647175
        },
        {
            "start": 874647182,
            "stop": 874647216
        },
        {
            "start": 874647223,
            "stop": 874647258
        },
        {
            "start": 874647265,
            "stop": 874647350
        },
        {
            "start": 874647357,
            "stop": 874647361
        },
        {
            "start": 874647368,
            "stop": 874647438
        },
        {
            "start": 874647446,
            "stop": 874647449
        },
        {
            "start": 874647462,
            "stop": 874647539
        },
        {
            "start": 874647547,
            "stop": 874647561
        },
        {
            "start": 874647568,
            "stop": 874647569
        },
        {
            "start": 874647577,
            "stop": 874647597
        },
        {
            "start": 874647605,
            "stop": 874647619
        },
        {
            "start": 874647626,
            "stop": 874647693
        },
        {
            "start": 874647701,
            "stop": 874647707
        },
        {
            "start": 874647714,
            "stop": 874647739
        }
    ]
}