Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14741
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=14742",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14740",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14741,
    "results": [
        {
            "start": 971178953,
            "stop": 971178955
        },
        {
            "start": 971178959,
            "stop": 971178960
        },
        {
            "start": 971178963,
            "stop": 971178965
        },
        {
            "start": 971178966,
            "stop": 971178967
        },
        {
            "start": 971178968,
            "stop": 971178970
        },
        {
            "start": 971178976,
            "stop": 971178980
        },
        {
            "start": 971178984,
            "stop": 971178988
        },
        {
            "start": 971178989,
            "stop": 971178990
        },
        {
            "start": 971178991,
            "stop": 971178994
        },
        {
            "start": 971178996,
            "stop": 971178998
        },
        {
            "start": 971178999,
            "stop": 971179000
        },
        {
            "start": 971179001,
            "stop": 971179023
        },
        {
            "start": 971179025,
            "stop": 971179032
        },
        {
            "start": 971179033,
            "stop": 971179039
        },
        {
            "start": 971179040,
            "stop": 971179041
        },
        {
            "start": 971179043,
            "stop": 971179046
        },
        {
            "start": 971179048,
            "stop": 971179050
        },
        {
            "start": 971179051,
            "stop": 971179055
        },
        {
            "start": 971179058,
            "stop": 971179063
        },
        {
            "start": 971179065,
            "stop": 971179075
        }
    ]
}