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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=389",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 390,
    "results": [
        {
            "start": 821764061,
            "stop": 821764063
        },
        {
            "start": 821764066,
            "stop": 821764068
        },
        {
            "start": 821764071,
            "stop": 821764083
        },
        {
            "start": 821764086,
            "stop": 821764094
        },
        {
            "start": 821764102,
            "stop": 821764104
        },
        {
            "start": 821764107,
            "stop": 821764111
        },
        {
            "start": 821764120,
            "stop": 821764124
        },
        {
            "start": 821764127,
            "stop": 821764134
        },
        {
            "start": 821764137,
            "stop": 821764138
        },
        {
            "start": 821764141,
            "stop": 821764142
        },
        {
            "start": 821764145,
            "stop": 821764147
        },
        {
            "start": 821764153,
            "stop": 821764164
        },
        {
            "start": 821764168,
            "stop": 821764170
        },
        {
            "start": 821764177,
            "stop": 821764178
        },
        {
            "start": 821764181,
            "stop": 821764190
        },
        {
            "start": 821764196,
            "stop": 821764200
        },
        {
            "start": 821764203,
            "stop": 821764205
        },
        {
            "start": 821764208,
            "stop": 821764217
        },
        {
            "start": 821764220,
            "stop": 821764223
        },
        {
            "start": 821764226,
            "stop": 821764235
        }
    ]
}