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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=113",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 114,
    "results": [
        {
            "start": 931574108,
            "stop": 931574125
        },
        {
            "start": 931574136,
            "stop": 931574145
        },
        {
            "start": 931574151,
            "stop": 931574156
        },
        {
            "start": 931574162,
            "stop": 931574167
        },
        {
            "start": 931574185,
            "stop": 931574189
        },
        {
            "start": 931574195,
            "stop": 931574206
        },
        {
            "start": 931574211,
            "stop": 931574217
        },
        {
            "start": 931574234,
            "stop": 931574238
        },
        {
            "start": 931574277,
            "stop": 931574282
        },
        {
            "start": 931574302,
            "stop": 931574304
        },
        {
            "start": 931574322,
            "stop": 931574333
        },
        {
            "start": 931574341,
            "stop": 931574412
        },
        {
            "start": 931574424,
            "stop": 931574442
        },
        {
            "start": 931574447,
            "stop": 931574455
        },
        {
            "start": 931574468,
            "stop": 931574617
        },
        {
            "start": 931574622,
            "stop": 931574705
        },
        {
            "start": 931574710,
            "stop": 931574731
        },
        {
            "start": 931574736,
            "stop": 931574753
        },
        {
            "start": 931574759,
            "stop": 931574761
        },
        {
            "start": 931574780,
            "stop": 931574781
        }
    ]
}