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=5324
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=5325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5323",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5324,
    "results": [
        {
            "start": 971015969,
            "stop": 971016005
        },
        {
            "start": 971016008,
            "stop": 971016842
        },
        {
            "start": 971016845,
            "stop": 971017103
        },
        {
            "start": 971017106,
            "stop": 971017310
        },
        {
            "start": 971017313,
            "stop": 971017995
        },
        {
            "start": 971017998,
            "stop": 971018015
        },
        {
            "start": 971018078,
            "stop": 971018198
        },
        {
            "start": 971020528,
            "stop": 971022142
        },
        {
            "start": 971022145,
            "stop": 971023614
        },
        {
            "start": 971023617,
            "stop": 971023898
        },
        {
            "start": 971023901,
            "stop": 971023985
        },
        {
            "start": 971023988,
            "stop": 971024273
        },
        {
            "start": 971024276,
            "stop": 971024414
        },
        {
            "start": 971024417,
            "stop": 971025215
        },
        {
            "start": 971025218,
            "stop": 971027279
        },
        {
            "start": 971027308,
            "stop": 971027615
        },
        {
            "start": 971027619,
            "stop": 971027661
        },
        {
            "start": 971027664,
            "stop": 971028182
        },
        {
            "start": 971028185,
            "stop": 971029465
        },
        {
            "start": 971029490,
            "stop": 971029498
        }
    ]
}