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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=258",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 259,
    "results": [
        {
            "start": 934307069,
            "stop": 934307151
        },
        {
            "start": 934307154,
            "stop": 934307161
        },
        {
            "start": 934307164,
            "stop": 934307166
        },
        {
            "start": 934307169,
            "stop": 934307192
        },
        {
            "start": 934307194,
            "stop": 934307197
        },
        {
            "start": 934307199,
            "stop": 934307211
        },
        {
            "start": 934307214,
            "stop": 934307478
        },
        {
            "start": 934307483,
            "stop": 934307598
        },
        {
            "start": 934309513,
            "stop": 934309778
        },
        {
            "start": 934309898,
            "stop": 934310018
        },
        {
            "start": 934310138,
            "stop": 934310318
        },
        {
            "start": 934310618,
            "stop": 934310738
        },
        {
            "start": 934310918,
            "stop": 934310921
        },
        {
            "start": 934310924,
            "stop": 934311026
        },
        {
            "start": 934311029,
            "stop": 934311038
        },
        {
            "start": 934311158,
            "stop": 934311161
        },
        {
            "start": 934311164,
            "stop": 934311177
        },
        {
            "start": 934311179,
            "stop": 934311191
        },
        {
            "start": 934311194,
            "stop": 934311206
        },
        {
            "start": 934311210,
            "stop": 934311218
        }
    ]
}