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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=80",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 81,
    "results": [
        {
            "start": 931598437,
            "stop": 931598439
        },
        {
            "start": 931598447,
            "stop": 931598454
        },
        {
            "start": 931598460,
            "stop": 931598462
        },
        {
            "start": 931598475,
            "stop": 931598486
        },
        {
            "start": 931598503,
            "stop": 931598507
        },
        {
            "start": 931598525,
            "stop": 931598527
        },
        {
            "start": 931598556,
            "stop": 931598562
        },
        {
            "start": 931598585,
            "stop": 931598586
        },
        {
            "start": 931598593,
            "stop": 931598601
        },
        {
            "start": 931598607,
            "stop": 931598608
        },
        {
            "start": 931598624,
            "stop": 931598645
        },
        {
            "start": 931598652,
            "stop": 931598656
        },
        {
            "start": 931598664,
            "stop": 931598669
        },
        {
            "start": 931598676,
            "stop": 931598692
        },
        {
            "start": 931598700,
            "stop": 931598713
        },
        {
            "start": 931598720,
            "stop": 931598729
        },
        {
            "start": 931598736,
            "stop": 931598756
        },
        {
            "start": 931598785,
            "stop": 931598792
        },
        {
            "start": 931598799,
            "stop": 931598800
        },
        {
            "start": 931598807,
            "stop": 931598817
        }
    ]
}