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=5264
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=5265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5263",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5264,
    "results": [
        {
            "start": 970285410,
            "stop": 970285801
        },
        {
            "start": 970285818,
            "stop": 970286217
        },
        {
            "start": 970286220,
            "stop": 970286242
        },
        {
            "start": 970286246,
            "stop": 970286272
        },
        {
            "start": 970286275,
            "stop": 970286436
        },
        {
            "start": 970286439,
            "stop": 970286525
        },
        {
            "start": 970286528,
            "stop": 970286686
        },
        {
            "start": 970286690,
            "stop": 970287226
        },
        {
            "start": 970287229,
            "stop": 970287373
        },
        {
            "start": 970287376,
            "stop": 970287606
        },
        {
            "start": 970287609,
            "stop": 970287621
        },
        {
            "start": 970287624,
            "stop": 970287640
        },
        {
            "start": 970287643,
            "stop": 970287714
        },
        {
            "start": 970287719,
            "stop": 970287766
        },
        {
            "start": 970287769,
            "stop": 970287873
        },
        {
            "start": 970287876,
            "stop": 970287898
        },
        {
            "start": 970287901,
            "stop": 970288442
        },
        {
            "start": 970288445,
            "stop": 970288488
        },
        {
            "start": 970288491,
            "stop": 970288556
        },
        {
            "start": 970288559,
            "stop": 970289225
        }
    ]
}