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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=92",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 93,
    "results": [
        {
            "start": 824740303,
            "stop": 824740305
        },
        {
            "start": 824740309,
            "stop": 824740316
        },
        {
            "start": 824740320,
            "stop": 824740322
        },
        {
            "start": 824740324,
            "stop": 824740326
        },
        {
            "start": 824740328,
            "stop": 824740345
        },
        {
            "start": 824740350,
            "stop": 824740353
        },
        {
            "start": 824740355,
            "stop": 824740360
        },
        {
            "start": 824740362,
            "stop": 824740363
        },
        {
            "start": 824740365,
            "stop": 824740367
        },
        {
            "start": 824740369,
            "stop": 824740372
        },
        {
            "start": 824740374,
            "stop": 824740381
        },
        {
            "start": 824740385,
            "stop": 824740402
        },
        {
            "start": 824740404,
            "stop": 824740416
        },
        {
            "start": 824740418,
            "stop": 824740424
        },
        {
            "start": 824740426,
            "stop": 824740435
        },
        {
            "start": 824740437,
            "stop": 824741243
        },
        {
            "start": 824741245,
            "stop": 824741495
        },
        {
            "start": 824741497,
            "stop": 824742465
        },
        {
            "start": 824750010,
            "stop": 824750011
        },
        {
            "start": 824750012,
            "stop": 824750014
        }
    ]
}