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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15685",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15683",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15684,
    "results": [
        {
            "start": 971160960,
            "stop": 971160963
        },
        {
            "start": 971160966,
            "stop": 971160967
        },
        {
            "start": 971160969,
            "stop": 971160970
        },
        {
            "start": 971160971,
            "stop": 971160973
        },
        {
            "start": 971160974,
            "stop": 971160975
        },
        {
            "start": 971160977,
            "stop": 971160978
        },
        {
            "start": 971160979,
            "stop": 971160982
        },
        {
            "start": 971160986,
            "stop": 971160989
        },
        {
            "start": 971160992,
            "stop": 971160996
        },
        {
            "start": 971161001,
            "stop": 971161002
        },
        {
            "start": 971161006,
            "stop": 971161007
        },
        {
            "start": 971161009,
            "stop": 971161010
        },
        {
            "start": 971161013,
            "stop": 971161021
        },
        {
            "start": 971161024,
            "stop": 971161025
        },
        {
            "start": 971161026,
            "stop": 971161032
        },
        {
            "start": 971161034,
            "stop": 971161035
        },
        {
            "start": 971161038,
            "stop": 971161040
        },
        {
            "start": 971161041,
            "stop": 971161048
        },
        {
            "start": 971161049,
            "stop": 971161053
        },
        {
            "start": 971161058,
            "stop": 971161059
        }
    ]
}