Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2130
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2129",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2130,
    "results": [
        {
            "start": 866823077,
            "stop": 866823864
        },
        {
            "start": 866828705,
            "stop": 866828725
        },
        {
            "start": 866829025,
            "stop": 866829248
        },
        {
            "start": 866829574,
            "stop": 866836132
        },
        {
            "start": 866836242,
            "stop": 866836542
        },
        {
            "start": 866846954,
            "stop": 866847588
        },
        {
            "start": 866847593,
            "stop": 866847933
        },
        {
            "start": 866847936,
            "stop": 866848152
        },
        {
            "start": 866848158,
            "stop": 866848177
        },
        {
            "start": 866848188,
            "stop": 866848210
        },
        {
            "start": 866848215,
            "stop": 866848267
        },
        {
            "start": 866848273,
            "stop": 866848499
        },
        {
            "start": 866848502,
            "stop": 866848813
        },
        {
            "start": 866848818,
            "stop": 866848847
        },
        {
            "start": 866848852,
            "stop": 866848860
        },
        {
            "start": 866848864,
            "stop": 866848919
        },
        {
            "start": 866848922,
            "stop": 866849944
        },
        {
            "start": 866850244,
            "stop": 866850399
        },
        {
            "start": 866850699,
            "stop": 866860255
        },
        {
            "start": 866860260,
            "stop": 866861860
        }
    ]
}