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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=208",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 209,
    "results": [
        {
            "start": 821024114,
            "stop": 821024220
        },
        {
            "start": 821024227,
            "stop": 821024370
        },
        {
            "start": 821024398,
            "stop": 821024471
        },
        {
            "start": 821038610,
            "stop": 821039113
        },
        {
            "start": 821039131,
            "stop": 821039132
        },
        {
            "start": 821045193,
            "stop": 821045218
        },
        {
            "start": 821046394,
            "stop": 821046743
        },
        {
            "start": 821046757,
            "stop": 821046823
        },
        {
            "start": 821046837,
            "stop": 821046961
        },
        {
            "start": 821046978,
            "stop": 821047145
        },
        {
            "start": 821047152,
            "stop": 821047381
        },
        {
            "start": 821047390,
            "stop": 821047535
        },
        {
            "start": 821047542,
            "stop": 821047710
        },
        {
            "start": 821047729,
            "stop": 821047910
        },
        {
            "start": 821047921,
            "stop": 821047946
        },
        {
            "start": 821047974,
            "stop": 821048094
        },
        {
            "start": 821048105,
            "stop": 821048887
        },
        {
            "start": 821048896,
            "stop": 821048948
        },
        {
            "start": 821048955,
            "stop": 821050344
        },
        {
            "start": 821050355,
            "stop": 821050356
        }
    ]
}