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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=5",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 6,
    "results": [
        {
            "start": 816210833,
            "stop": 816212158
        },
        {
            "start": 816213626,
            "stop": 816214213
        },
        {
            "start": 816214942,
            "stop": 816215773
        },
        {
            "start": 816247674,
            "stop": 816266372
        },
        {
            "start": 816266375,
            "stop": 816271619
        },
        {
            "start": 816273495,
            "stop": 816277077
        },
        {
            "start": 816277994,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816285013
        },
        {
            "start": 816290344,
            "stop": 816291529
        },
        {
            "start": 816319884,
            "stop": 816326067
        },
        {
            "start": 816327625,
            "stop": 816343929
        },
        {
            "start": 816343932,
            "stop": 816353593
        },
        {
            "start": 816356313,
            "stop": 816360253
        },
        {
            "start": 816360987,
            "stop": 816363841
        },
        {
            "start": 816364506,
            "stop": 816369000
        },
        {
            "start": 816374569,
            "stop": 816377053
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384410
        },
        {
            "start": 816386130,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816390253
        }
    ]
}