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=2185
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=2186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2184",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2185,
    "results": [
        {
            "start": 871440225,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871506997
        },
        {
            "start": 871507003,
            "stop": 871513192
        },
        {
            "start": 871513200,
            "stop": 871513212
        },
        {
            "start": 871513220,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871590273
        },
        {
            "start": 871590383,
            "stop": 871591138
        },
        {
            "start": 871591438,
            "stop": 871597087
        },
        {
            "start": 871598665,
            "stop": 871615154
        },
        {
            "start": 871615156,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653879
        },
        {
            "start": 871654249,
            "stop": 871657267
        },
        {
            "start": 871657270,
            "stop": 871658280
        },
        {
            "start": 871658290,
            "stop": 871663982
        },
        {
            "start": 871663988,
            "stop": 871671365
        },
        {
            "start": 871671370,
            "stop": 871671382
        },
        {
            "start": 871671393,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        },
        {
            "start": 871680868,
            "stop": 871681970
        }
    ]
}