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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=209",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 210,
    "results": [
        {
            "start": 1240166947,
            "stop": 1240167065
        },
        {
            "start": 1240167067,
            "stop": 1240167185
        },
        {
            "start": 1240167187,
            "stop": 1240167305
        },
        {
            "start": 1240167307,
            "stop": 1240167425
        },
        {
            "start": 1240167427,
            "stop": 1240167545
        },
        {
            "start": 1240167547,
            "stop": 1240167665
        },
        {
            "start": 1240167667,
            "stop": 1240167785
        },
        {
            "start": 1240167787,
            "stop": 1240167905
        },
        {
            "start": 1240167907,
            "stop": 1240168025
        },
        {
            "start": 1240168027,
            "stop": 1240168145
        },
        {
            "start": 1240168147,
            "stop": 1240168265
        },
        {
            "start": 1240168267,
            "stop": 1240168385
        },
        {
            "start": 1240168387,
            "stop": 1240168505
        },
        {
            "start": 1240168507,
            "stop": 1240168625
        },
        {
            "start": 1240168627,
            "stop": 1240168725
        },
        {
            "start": 1240168727,
            "stop": 1240168865
        },
        {
            "start": 1240168867,
            "stop": 1240168985
        },
        {
            "start": 1240168987,
            "stop": 1240169105
        },
        {
            "start": 1240169107,
            "stop": 1240169225
        },
        {
            "start": 1240169227,
            "stop": 1240169345
        }
    ]
}