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=4741
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=4742",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4740",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4741,
    "results": [
        {
            "start": 970165128,
            "stop": 970165448
        },
        {
            "start": 970165451,
            "stop": 970165542
        },
        {
            "start": 970165545,
            "stop": 970165947
        },
        {
            "start": 970165950,
            "stop": 970168841
        },
        {
            "start": 970168844,
            "stop": 970168872
        },
        {
            "start": 970168893,
            "stop": 970168898
        },
        {
            "start": 970171022,
            "stop": 970171270
        },
        {
            "start": 970171273,
            "stop": 970172258
        },
        {
            "start": 970172318,
            "stop": 970173038
        },
        {
            "start": 970173098,
            "stop": 970173852
        },
        {
            "start": 970173855,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970175622
        },
        {
            "start": 970175625,
            "stop": 970176363
        },
        {
            "start": 970177579,
            "stop": 970178074
        },
        {
            "start": 970178077,
            "stop": 970178134
        },
        {
            "start": 970178137,
            "stop": 970178243
        },
        {
            "start": 970178246,
            "stop": 970179048
        },
        {
            "start": 970179069,
            "stop": 970179098
        },
        {
            "start": 970179101,
            "stop": 970179103
        },
        {
            "start": 970179128,
            "stop": 970179129
        }
    ]
}