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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=749",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 750,
    "results": [
        {
            "start": 858218403,
            "stop": 858219650
        },
        {
            "start": 858221022,
            "stop": 858268983
        },
        {
            "start": 858271183,
            "stop": 858274067
        },
        {
            "start": 858274680,
            "stop": 858291750
        },
        {
            "start": 858293294,
            "stop": 858367590
        },
        {
            "start": 858367650,
            "stop": 858372413
        },
        {
            "start": 858372415,
            "stop": 858372690
        },
        {
            "start": 858372750,
            "stop": 858373290
        },
        {
            "start": 858373350,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377490
        },
        {
            "start": 858377670,
            "stop": 858377804
        },
        {
            "start": 858379360,
            "stop": 858380070
        },
        {
            "start": 858380130,
            "stop": 858380430
        },
        {
            "start": 858380490,
            "stop": 858380550
        },
        {
            "start": 858380610,
            "stop": 858380730
        },
        {
            "start": 858380790,
            "stop": 858381750
        },
        {
            "start": 858381810,
            "stop": 858390270
        },
        {
            "start": 858390330,
            "stop": 858390355
        },
        {
            "start": 858390358,
            "stop": 858390359
        },
        {
            "start": 858390360,
            "stop": 858390361
        }
    ]
}