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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14852",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14850",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14851,
    "results": [
        {
            "start": 971402895,
            "stop": 971402901
        },
        {
            "start": 971402904,
            "stop": 971402905
        },
        {
            "start": 971402906,
            "stop": 971402907
        },
        {
            "start": 971402911,
            "stop": 971402913
        },
        {
            "start": 971402915,
            "stop": 971402917
        },
        {
            "start": 971402918,
            "stop": 971402921
        },
        {
            "start": 971402923,
            "stop": 971402939
        },
        {
            "start": 971402957,
            "stop": 971402961
        },
        {
            "start": 971402963,
            "stop": 971402968
        },
        {
            "start": 971402969,
            "stop": 971402980
        },
        {
            "start": 971402982,
            "stop": 971402983
        },
        {
            "start": 971402984,
            "stop": 971402985
        },
        {
            "start": 971402986,
            "stop": 971402987
        },
        {
            "start": 971402988,
            "stop": 971402990
        },
        {
            "start": 971402991,
            "stop": 971402992
        },
        {
            "start": 971402993,
            "stop": 971403009
        },
        {
            "start": 971403010,
            "stop": 971403012
        },
        {
            "start": 971403014,
            "stop": 971403022
        },
        {
            "start": 971403023,
            "stop": 971403024
        },
        {
            "start": 971403026,
            "stop": 971403032
        }
    ]
}