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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5301",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5302,
    "results": [
        {
            "start": 970683027,
            "stop": 970683097
        },
        {
            "start": 970683100,
            "stop": 970683101
        },
        {
            "start": 970683104,
            "stop": 970683299
        },
        {
            "start": 970683305,
            "stop": 970683417
        },
        {
            "start": 970683420,
            "stop": 970683425
        },
        {
            "start": 970683428,
            "stop": 970683489
        },
        {
            "start": 970683493,
            "stop": 970683558
        },
        {
            "start": 970683561,
            "stop": 970683779
        },
        {
            "start": 970683812,
            "stop": 970683815
        },
        {
            "start": 970683851,
            "stop": 970683903
        },
        {
            "start": 970695724,
            "stop": 970696058
        },
        {
            "start": 970696061,
            "stop": 970696121
        },
        {
            "start": 970696124,
            "stop": 970696135
        },
        {
            "start": 970696138,
            "stop": 970696207
        },
        {
            "start": 970696228,
            "stop": 970696377
        },
        {
            "start": 970696380,
            "stop": 970698288
        },
        {
            "start": 970698291,
            "stop": 970699020
        },
        {
            "start": 970699023,
            "stop": 970699147
        },
        {
            "start": 970699150,
            "stop": 970699159
        },
        {
            "start": 970699162,
            "stop": 970699188
        }
    ]
}