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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=62",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 63,
    "results": [
        {
            "start": 816680314,
            "stop": 816680361
        },
        {
            "start": 816680364,
            "stop": 816680396
        },
        {
            "start": 816680399,
            "stop": 816680420
        },
        {
            "start": 816680425,
            "stop": 816680521
        },
        {
            "start": 816680540,
            "stop": 816680593
        },
        {
            "start": 816680596,
            "stop": 816680722
        },
        {
            "start": 816680742,
            "stop": 816680819
        },
        {
            "start": 816680862,
            "stop": 816680866
        },
        {
            "start": 816680885,
            "stop": 816680891
        },
        {
            "start": 816680911,
            "stop": 816680943
        },
        {
            "start": 816680946,
            "stop": 816680947
        },
        {
            "start": 816680950,
            "stop": 816680962
        },
        {
            "start": 816680982,
            "stop": 816681015
        },
        {
            "start": 816681035,
            "stop": 816681205
        },
        {
            "start": 816681225,
            "stop": 816681250
        },
        {
            "start": 816681275,
            "stop": 816681355
        },
        {
            "start": 816681374,
            "stop": 816681406
        },
        {
            "start": 816681425,
            "stop": 816681660
        },
        {
            "start": 816681680,
            "stop": 816681695
        },
        {
            "start": 816681715,
            "stop": 816681720
        }
    ]
}