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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=253",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 254,
    "results": [
        {
            "start": 962316059,
            "stop": 962316105
        },
        {
            "start": 962316111,
            "stop": 962316117
        },
        {
            "start": 962316121,
            "stop": 962316163
        },
        {
            "start": 962316166,
            "stop": 962316174
        },
        {
            "start": 962316180,
            "stop": 962316245
        },
        {
            "start": 962316248,
            "stop": 962316249
        },
        {
            "start": 962316252,
            "stop": 962316318
        },
        {
            "start": 962344524,
            "stop": 962358077
        },
        {
            "start": 962360660,
            "stop": 962391585
        },
        {
            "start": 962397046,
            "stop": 962412155
        },
        {
            "start": 962412225,
            "stop": 962412355
        },
        {
            "start": 962412590,
            "stop": 962415556
        },
        {
            "start": 962430175,
            "stop": 962434104
        },
        {
            "start": 962434612,
            "stop": 962452318
        },
        {
            "start": 962453629,
            "stop": 962461297
        },
        {
            "start": 962462801,
            "stop": 962464655
        },
        {
            "start": 962484346,
            "stop": 962485455
        },
        {
            "start": 962486055,
            "stop": 962486235
        },
        {
            "start": 962487375,
            "stop": 962489030
        },
        {
            "start": 962491069,
            "stop": 962497535
        }
    ]
}