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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=308",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 309,
    "results": [
        {
            "start": 931852639,
            "stop": 931852640
        },
        {
            "start": 931852642,
            "stop": 931852643
        },
        {
            "start": 931852647,
            "stop": 931852677
        },
        {
            "start": 931852681,
            "stop": 931852682
        },
        {
            "start": 931852684,
            "stop": 931852685
        },
        {
            "start": 931852688,
            "stop": 931852696
        },
        {
            "start": 931852698,
            "stop": 931852716
        },
        {
            "start": 931852718,
            "stop": 931852719
        },
        {
            "start": 931852722,
            "stop": 931852727
        },
        {
            "start": 931852730,
            "stop": 931852735
        },
        {
            "start": 931852737,
            "stop": 931852743
        },
        {
            "start": 931852747,
            "stop": 931852751
        },
        {
            "start": 931852753,
            "stop": 931852763
        },
        {
            "start": 931852768,
            "stop": 931852808
        },
        {
            "start": 931852810,
            "stop": 931852815
        },
        {
            "start": 931852818,
            "stop": 931852878
        },
        {
            "start": 931852880,
            "stop": 931852883
        },
        {
            "start": 931852890,
            "stop": 931852920
        },
        {
            "start": 931852923,
            "stop": 931852927
        },
        {
            "start": 931852929,
            "stop": 931852933
        }
    ]
}