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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5272",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5273,
    "results": [
        {
            "start": 970318278,
            "stop": 970318324
        },
        {
            "start": 970318327,
            "stop": 970318368
        },
        {
            "start": 970318375,
            "stop": 970318745
        },
        {
            "start": 970318748,
            "stop": 970318813
        },
        {
            "start": 970318817,
            "stop": 970318876
        },
        {
            "start": 970318880,
            "stop": 970318961
        },
        {
            "start": 970318964,
            "stop": 970319003
        },
        {
            "start": 970319011,
            "stop": 970319044
        },
        {
            "start": 970319048,
            "stop": 970319126
        },
        {
            "start": 970319130,
            "stop": 970319149
        },
        {
            "start": 970319152,
            "stop": 970319312
        },
        {
            "start": 970373425,
            "stop": 970374044
        },
        {
            "start": 970374047,
            "stop": 970374087
        },
        {
            "start": 970374090,
            "stop": 970374319
        },
        {
            "start": 970374322,
            "stop": 970374608
        },
        {
            "start": 970374611,
            "stop": 970374941
        },
        {
            "start": 970374944,
            "stop": 970375319
        },
        {
            "start": 970375322,
            "stop": 970375849
        },
        {
            "start": 970375852,
            "stop": 970376404
        },
        {
            "start": 970376407,
            "stop": 970377065
        }
    ]
}