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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=124",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 125,
    "results": [
        {
            "start": 953242408,
            "stop": 953242409
        },
        {
            "start": 953242413,
            "stop": 953242414
        },
        {
            "start": 953242417,
            "stop": 953242538
        },
        {
            "start": 953242543,
            "stop": 953242588
        },
        {
            "start": 953242593,
            "stop": 953242606
        },
        {
            "start": 953242614,
            "stop": 953242781
        },
        {
            "start": 953242785,
            "stop": 953242786
        },
        {
            "start": 953242790,
            "stop": 953242798
        },
        {
            "start": 953242835,
            "stop": 953242843
        },
        {
            "start": 953242853,
            "stop": 953242857
        },
        {
            "start": 953242860,
            "stop": 953242875
        },
        {
            "start": 953242890,
            "stop": 953242895
        },
        {
            "start": 953242921,
            "stop": 953242930
        },
        {
            "start": 953242935,
            "stop": 953242971
        },
        {
            "start": 953242976,
            "stop": 953242999
        },
        {
            "start": 953243002,
            "stop": 953243003
        },
        {
            "start": 953243006,
            "stop": 953243017
        },
        {
            "start": 953243024,
            "stop": 953243028
        },
        {
            "start": 953243031,
            "stop": 953243033
        },
        {
            "start": 953243061,
            "stop": 953243062
        }
    ]
}