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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=326",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 327,
    "results": [
        {
            "start": 856730206,
            "stop": 856730212
        },
        {
            "start": 856730230,
            "stop": 856730241
        },
        {
            "start": 856730244,
            "stop": 856730250
        },
        {
            "start": 856730273,
            "stop": 856730279
        },
        {
            "start": 856730287,
            "stop": 856730298
        },
        {
            "start": 856730302,
            "stop": 856730317
        },
        {
            "start": 856730321,
            "stop": 856730366
        },
        {
            "start": 856730370,
            "stop": 856730758
        },
        {
            "start": 856730762,
            "stop": 856730803
        },
        {
            "start": 856730808,
            "stop": 856731262
        },
        {
            "start": 856740305,
            "stop": 856740354
        },
        {
            "start": 856743290,
            "stop": 856743923
        },
        {
            "start": 856743927,
            "stop": 856743949
        },
        {
            "start": 856743953,
            "stop": 856778868
        },
        {
            "start": 856781630,
            "stop": 856804558
        },
        {
            "start": 856804674,
            "stop": 856806469
        },
        {
            "start": 856806550,
            "stop": 856808425
        },
        {
            "start": 856809489,
            "stop": 856817630
        },
        {
            "start": 856817756,
            "stop": 856822380
        },
        {
            "start": 856822472,
            "stop": 856876856
        }
    ]
}