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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=402",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 403,
    "results": [
        {
            "start": 821498315,
            "stop": 821498325
        },
        {
            "start": 821498360,
            "stop": 821498362
        },
        {
            "start": 821498382,
            "stop": 821498385
        },
        {
            "start": 821498405,
            "stop": 821498407
        },
        {
            "start": 821498429,
            "stop": 821498447
        },
        {
            "start": 821498467,
            "stop": 821498471
        },
        {
            "start": 821498490,
            "stop": 821498499
        },
        {
            "start": 821498549,
            "stop": 821498551
        },
        {
            "start": 821498590,
            "stop": 821498603
        },
        {
            "start": 821498627,
            "stop": 821498634
        },
        {
            "start": 821498666,
            "stop": 821498707
        },
        {
            "start": 821498726,
            "stop": 821498758
        },
        {
            "start": 821498829,
            "stop": 821498839
        },
        {
            "start": 821498858,
            "stop": 821498867
        },
        {
            "start": 821498889,
            "stop": 821498919
        },
        {
            "start": 821499012,
            "stop": 821499021
        },
        {
            "start": 821499095,
            "stop": 821499109
        },
        {
            "start": 821499133,
            "stop": 821499145
        },
        {
            "start": 821499148,
            "stop": 821499176
        },
        {
            "start": 821499197,
            "stop": 821499201
        }
    ]
}