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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2341",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2342,
    "results": [
        {
            "start": 874541280,
            "stop": 874542215
        },
        {
            "start": 874542234,
            "stop": 874544087
        },
        {
            "start": 874544106,
            "stop": 874544119
        },
        {
            "start": 874544142,
            "stop": 874544270
        },
        {
            "start": 874544289,
            "stop": 874545250
        },
        {
            "start": 874545269,
            "stop": 874550906
        },
        {
            "start": 874550925,
            "stop": 874551620
        },
        {
            "start": 874551639,
            "stop": 874551691
        },
        {
            "start": 874551710,
            "stop": 874552149
        },
        {
            "start": 874552170,
            "stop": 874553033
        },
        {
            "start": 874553055,
            "stop": 874553511
        },
        {
            "start": 874553530,
            "stop": 874553581
        },
        {
            "start": 874553600,
            "stop": 874553711
        },
        {
            "start": 874553730,
            "stop": 874553735
        },
        {
            "start": 874553754,
            "stop": 874553794
        },
        {
            "start": 874553822,
            "stop": 874554209
        },
        {
            "start": 874554257,
            "stop": 874554683
        },
        {
            "start": 874554704,
            "stop": 874554783
        },
        {
            "start": 874554802,
            "stop": 874554863
        },
        {
            "start": 874554882,
            "stop": 874554931
        }
    ]
}