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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=69",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 70,
    "results": [
        {
            "start": 822325988,
            "stop": 822326450
        },
        {
            "start": 822326454,
            "stop": 822327686
        },
        {
            "start": 822347152,
            "stop": 822347752
        },
        {
            "start": 822347940,
            "stop": 822351915
        },
        {
            "start": 822351924,
            "stop": 822355633
        },
        {
            "start": 822355634,
            "stop": 822355636
        },
        {
            "start": 822355848,
            "stop": 822357733
        },
        {
            "start": 822358353,
            "stop": 822375834
        },
        {
            "start": 822376464,
            "stop": 822379847
        },
        {
            "start": 822379851,
            "stop": 822379881
        },
        {
            "start": 822379885,
            "stop": 822379982
        },
        {
            "start": 822379986,
            "stop": 822380101
        },
        {
            "start": 822380105,
            "stop": 822380120
        },
        {
            "start": 822380124,
            "stop": 822380134
        },
        {
            "start": 822380139,
            "stop": 822382929
        },
        {
            "start": 822383485,
            "stop": 822385926
        },
        {
            "start": 822387570,
            "stop": 822391664
        },
        {
            "start": 822391673,
            "stop": 822393116
        },
        {
            "start": 822393124,
            "stop": 822393144
        },
        {
            "start": 822393148,
            "stop": 822393202
        }
    ]
}