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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8735",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8736,
    "results": [
        {
            "start": 872820060,
            "stop": 872821020
        },
        {
            "start": 872821080,
            "stop": 872822001
        },
        {
            "start": 872822018,
            "stop": 872824080
        },
        {
            "start": 872824140,
            "stop": 872824800
        },
        {
            "start": 872825100,
            "stop": 872825220
        },
        {
            "start": 872825340,
            "stop": 872825400
        },
        {
            "start": 872825460,
            "stop": 872825520
        },
        {
            "start": 872825580,
            "stop": 872825640
        },
        {
            "start": 872825760,
            "stop": 872825820
        },
        {
            "start": 872825880,
            "stop": 872825940
        },
        {
            "start": 872826000,
            "stop": 872826480
        },
        {
            "start": 872826540,
            "stop": 872826778
        },
        {
            "start": 872826898,
            "stop": 872827349
        },
        {
            "start": 872827350,
            "stop": 872827560
        },
        {
            "start": 872827860,
            "stop": 872827920
        },
        {
            "start": 872827980,
            "stop": 872828400
        },
        {
            "start": 872828460,
            "stop": 872828820
        },
        {
            "start": 872828880,
            "stop": 872829448
        },
        {
            "start": 872829449,
            "stop": 872829480
        },
        {
            "start": 872829540,
            "stop": 872829720
        }
    ]
}