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=4781
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=4782",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4780",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4781,
    "results": [
        {
            "start": 970500548,
            "stop": 970501188
        },
        {
            "start": 970501191,
            "stop": 970501241
        },
        {
            "start": 970501244,
            "stop": 970501502
        },
        {
            "start": 970501505,
            "stop": 970501531
        },
        {
            "start": 970501535,
            "stop": 970501556
        },
        {
            "start": 970501559,
            "stop": 970501912
        },
        {
            "start": 970501915,
            "stop": 970502503
        },
        {
            "start": 970502506,
            "stop": 970503126
        },
        {
            "start": 970503129,
            "stop": 970503748
        },
        {
            "start": 970503751,
            "stop": 970504233
        },
        {
            "start": 970504236,
            "stop": 970505464
        },
        {
            "start": 970505467,
            "stop": 970506250
        },
        {
            "start": 970506253,
            "stop": 970506394
        },
        {
            "start": 970506397,
            "stop": 970506590
        },
        {
            "start": 970506593,
            "stop": 970506634
        },
        {
            "start": 970506637,
            "stop": 970506654
        },
        {
            "start": 970506657,
            "stop": 970506829
        },
        {
            "start": 970506832,
            "stop": 970506839
        },
        {
            "start": 970506842,
            "stop": 970506995
        },
        {
            "start": 970506998,
            "stop": 970507068
        }
    ]
}