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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=246",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 247,
    "results": [
        {
            "start": 934202129,
            "stop": 934203135
        },
        {
            "start": 934203137,
            "stop": 934203222
        },
        {
            "start": 934203225,
            "stop": 934203615
        },
        {
            "start": 934203855,
            "stop": 934203917
        },
        {
            "start": 934203922,
            "stop": 934205581
        },
        {
            "start": 934205796,
            "stop": 934205925
        },
        {
            "start": 934205928,
            "stop": 934205941
        },
        {
            "start": 934205944,
            "stop": 934205955
        },
        {
            "start": 934205959,
            "stop": 934207014
        },
        {
            "start": 934212549,
            "stop": 934212676
        },
        {
            "start": 934212796,
            "stop": 934214415
        },
        {
            "start": 934214655,
            "stop": 934215405
        },
        {
            "start": 934215587,
            "stop": 934216551
        },
        {
            "start": 934216558,
            "stop": 934216596
        },
        {
            "start": 934216601,
            "stop": 934218015
        },
        {
            "start": 934218255,
            "stop": 934219469
        },
        {
            "start": 934220009,
            "stop": 934220549
        },
        {
            "start": 934220609,
            "stop": 934220789
        },
        {
            "start": 934220909,
            "stop": 934221089
        },
        {
            "start": 934221149,
            "stop": 934221209
        }
    ]
}