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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=186",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 187,
    "results": [
        {
            "start": 820273776,
            "stop": 820273996
        },
        {
            "start": 820274006,
            "stop": 820274103
        },
        {
            "start": 820274110,
            "stop": 820274249
        },
        {
            "start": 820274256,
            "stop": 820274423
        },
        {
            "start": 820274431,
            "stop": 820274468
        },
        {
            "start": 820274475,
            "stop": 820274668
        },
        {
            "start": 820274675,
            "stop": 820274708
        },
        {
            "start": 820274716,
            "stop": 820274773
        },
        {
            "start": 820274780,
            "stop": 820274782
        },
        {
            "start": 820286741,
            "stop": 820308697
        },
        {
            "start": 820308705,
            "stop": 820308729
        },
        {
            "start": 820308746,
            "stop": 820308810
        },
        {
            "start": 820309611,
            "stop": 820316833
        },
        {
            "start": 820316839,
            "stop": 820316840
        },
        {
            "start": 820317364,
            "stop": 820326733
        },
        {
            "start": 820327673,
            "stop": 820327745
        },
        {
            "start": 820327757,
            "stop": 820327772
        },
        {
            "start": 820327783,
            "stop": 820327813
        },
        {
            "start": 820327825,
            "stop": 820327826
        },
        {
            "start": 820332363,
            "stop": 820332379
        }
    ]
}