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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1328",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1329,
    "results": [
        {
            "start": 964082938,
            "stop": 964083144
        },
        {
            "start": 964083145,
            "stop": 964083179
        },
        {
            "start": 964083952,
            "stop": 964083981
        },
        {
            "start": 964083982,
            "stop": 964084150
        },
        {
            "start": 964084151,
            "stop": 964084203
        },
        {
            "start": 964084204,
            "stop": 964084355
        },
        {
            "start": 964084356,
            "stop": 964084536
        },
        {
            "start": 964084537,
            "stop": 964084563
        },
        {
            "start": 964084564,
            "stop": 964084735
        },
        {
            "start": 964084736,
            "stop": 964084825
        },
        {
            "start": 964084826,
            "stop": 964084903
        },
        {
            "start": 964084905,
            "stop": 964084965
        },
        {
            "start": 964084966,
            "stop": 964085088
        },
        {
            "start": 964085089,
            "stop": 964085155
        },
        {
            "start": 964085156,
            "stop": 964085430
        },
        {
            "start": 964085431,
            "stop": 964085466
        },
        {
            "start": 964085467,
            "stop": 964085725
        },
        {
            "start": 964085726,
            "stop": 964085818
        },
        {
            "start": 964085819,
            "stop": 964085869
        },
        {
            "start": 964085870,
            "stop": 964086024
        }
    ]
}