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/H1_CW_CAT1/segments?format=api&page=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=177",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 178,
    "results": [
        {
            "start": 836038464,
            "stop": 836038561
        },
        {
            "start": 836038570,
            "stop": 836038596
        },
        {
            "start": 836038605,
            "stop": 836038644
        },
        {
            "start": 836038667,
            "stop": 836038683
        },
        {
            "start": 836038687,
            "stop": 836038691
        },
        {
            "start": 836038998,
            "stop": 836039004
        },
        {
            "start": 836039018,
            "stop": 836039028
        },
        {
            "start": 836039036,
            "stop": 836039048
        },
        {
            "start": 836039051,
            "stop": 836039052
        },
        {
            "start": 836039056,
            "stop": 836039062
        },
        {
            "start": 836039066,
            "stop": 836039071
        },
        {
            "start": 836039095,
            "stop": 836039106
        },
        {
            "start": 836039109,
            "stop": 836039115
        },
        {
            "start": 836039133,
            "stop": 836039139
        },
        {
            "start": 836039143,
            "stop": 836039149
        },
        {
            "start": 836039157,
            "stop": 836039199
        },
        {
            "start": 836039202,
            "stop": 836039428
        },
        {
            "start": 836039447,
            "stop": 836039519
        },
        {
            "start": 836039523,
            "stop": 836039544
        },
        {
            "start": 836039547,
            "stop": 836039554
        }
    ]
}