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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10243",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10244,
    "results": [
        {
            "start": 874545286,
            "stop": 874547460
        },
        {
            "start": 874547580,
            "stop": 874550906
        },
        {
            "start": 874550942,
            "stop": 874551620
        },
        {
            "start": 874551656,
            "stop": 874551691
        },
        {
            "start": 874551727,
            "stop": 874552149
        },
        {
            "start": 874552187,
            "stop": 874553033
        },
        {
            "start": 874553072,
            "stop": 874553198
        },
        {
            "start": 874553215,
            "stop": 874553511
        },
        {
            "start": 874553547,
            "stop": 874553581
        },
        {
            "start": 874553617,
            "stop": 874553711
        },
        {
            "start": 874553771,
            "stop": 874553794
        },
        {
            "start": 874553839,
            "stop": 874554209
        },
        {
            "start": 874554274,
            "stop": 874554683
        },
        {
            "start": 874554721,
            "stop": 874554783
        },
        {
            "start": 874554819,
            "stop": 874554863
        },
        {
            "start": 874554899,
            "stop": 874554931
        },
        {
            "start": 874554967,
            "stop": 874555067
        },
        {
            "start": 874555103,
            "stop": 874555333
        },
        {
            "start": 874555369,
            "stop": 874559917
        },
        {
            "start": 874559955,
            "stop": 874560157
        }
    ]
}