Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=161
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=160",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 161,
    "results": [
        {
            "start": 874707774,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874802172
        },
        {
            "start": 874804095,
            "stop": 874817606
        },
        {
            "start": 874819487,
            "stop": 874846207
        },
        {
            "start": 874846971,
            "stop": 874858866
        },
        {
            "start": 874859660,
            "stop": 874867612
        },
        {
            "start": 874876031,
            "stop": 874878327
        },
        {
            "start": 874879206,
            "stop": 874901670
        },
        {
            "start": 874904138,
            "stop": 874945446
        },
        {
            "start": 874949087,
            "stop": 874952420
        },
        {
            "start": 874954192,
            "stop": 874959065
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977366
        },
        {
            "start": 874979015,
            "stop": 874979353
        },
        {
            "start": 874981224,
            "stop": 874985573
        },
        {
            "start": 874986868,
            "stop": 874987912
        },
        {
            "start": 874990134,
            "stop": 875022639
        },
        {
            "start": 875030773,
            "stop": 875041707
        },
        {
            "start": 875042699,
            "stop": 875056048
        },
        {
            "start": 875057465,
            "stop": 875075848
        }
    ]
}