Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5339
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=5340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5338",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5339,
    "results": [
        {
            "start": 971243374,
            "stop": 971243482
        },
        {
            "start": 971243485,
            "stop": 971244243
        },
        {
            "start": 971244246,
            "stop": 971244310
        },
        {
            "start": 971244313,
            "stop": 971244421
        },
        {
            "start": 971244424,
            "stop": 971244497
        },
        {
            "start": 971244500,
            "stop": 971244538
        },
        {
            "start": 971244541,
            "stop": 971244860
        },
        {
            "start": 971244878,
            "stop": 971244942
        },
        {
            "start": 971244945,
            "stop": 971245018
        },
        {
            "start": 971245021,
            "stop": 971245790
        },
        {
            "start": 971245793,
            "stop": 971245929
        },
        {
            "start": 971245932,
            "stop": 971245981
        },
        {
            "start": 971245984,
            "stop": 971246200
        },
        {
            "start": 971246218,
            "stop": 971246547
        },
        {
            "start": 971246550,
            "stop": 971246728
        },
        {
            "start": 971249658,
            "stop": 971249775
        },
        {
            "start": 971249778,
            "stop": 971249849
        },
        {
            "start": 971249852,
            "stop": 971249903
        },
        {
            "start": 971249921,
            "stop": 971249949
        },
        {
            "start": 971249952,
            "stop": 971249994
        }
    ]
}