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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8406",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8407,
    "results": [
        {
            "start": 875114936,
            "stop": 875114942
        },
        {
            "start": 875115070,
            "stop": 875115266
        },
        {
            "start": 875115364,
            "stop": 875115390
        },
        {
            "start": 875116618,
            "stop": 875116631
        },
        {
            "start": 875116658,
            "stop": 875116696
        },
        {
            "start": 875116716,
            "stop": 875116773
        },
        {
            "start": 875116959,
            "stop": 875116965
        },
        {
            "start": 875116999,
            "stop": 875117010
        },
        {
            "start": 875117040,
            "stop": 875117048
        },
        {
            "start": 875117068,
            "stop": 875117077
        },
        {
            "start": 875117131,
            "stop": 875117134
        },
        {
            "start": 875117208,
            "stop": 875117260
        },
        {
            "start": 875117322,
            "stop": 875117331
        },
        {
            "start": 875117435,
            "stop": 875117439
        },
        {
            "start": 875117500,
            "stop": 875117524
        },
        {
            "start": 875117575,
            "stop": 875117625
        },
        {
            "start": 875117817,
            "stop": 875117818
        },
        {
            "start": 875117860,
            "stop": 875117877
        },
        {
            "start": 875117920,
            "stop": 875117929
        },
        {
            "start": 875117950,
            "stop": 875117958
        }
    ]
}