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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4768",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4766",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4767,
    "results": [
        {
            "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
        },
        {
            "start": 970377068,
            "stop": 970377858
        },
        {
            "start": 970377861,
            "stop": 970378704
        },
        {
            "start": 970378707,
            "stop": 970378904
        },
        {
            "start": 970378907,
            "stop": 970379430
        },
        {
            "start": 970379433,
            "stop": 970379597
        },
        {
            "start": 970379600,
            "stop": 970379655
        }
    ]
}