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_CBCLOW_CAT4/segments?format=api&page=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=63",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 64,
    "results": [
        {
            "start": 817424760,
            "stop": 817424880
        },
        {
            "start": 817424940,
            "stop": 817425060
        },
        {
            "start": 817425120,
            "stop": 817425300
        },
        {
            "start": 817425360,
            "stop": 817425650
        },
        {
            "start": 817425730,
            "stop": 817425733
        },
        {
            "start": 817427752,
            "stop": 817428050
        },
        {
            "start": 817428190,
            "stop": 817429560
        },
        {
            "start": 817429620,
            "stop": 817430090
        },
        {
            "start": 817430170,
            "stop": 817430210
        },
        {
            "start": 817430400,
            "stop": 817431057
        },
        {
            "start": 817431080,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817433510
        },
        {
            "start": 817433650,
            "stop": 817436270
        },
        {
            "start": 817436350,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817440417
        },
        {
            "start": 817440469,
            "stop": 817442413
        },
        {
            "start": 817443515,
            "stop": 817444740
        },
        {
            "start": 817444860,
            "stop": 817447370
        },
        {
            "start": 817447450,
            "stop": 817447643
        },
        {
            "start": 817448270,
            "stop": 817448817
        }
    ]
}