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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3949",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3950,
    "results": [
        {
            "start": 874345557,
            "stop": 874345558
        },
        {
            "start": 874345578,
            "stop": 874345579
        },
        {
            "start": 874345585,
            "stop": 874345586
        },
        {
            "start": 874345591,
            "stop": 874345592
        },
        {
            "start": 874345594,
            "stop": 874345595
        },
        {
            "start": 874345608,
            "stop": 874345609
        },
        {
            "start": 874345624,
            "stop": 874345625
        },
        {
            "start": 874345631,
            "stop": 874345632
        },
        {
            "start": 874345640,
            "stop": 874345641
        },
        {
            "start": 874345665,
            "stop": 874345666
        },
        {
            "start": 874345675,
            "stop": 874345676
        },
        {
            "start": 874345677,
            "stop": 874345679
        },
        {
            "start": 874345680,
            "stop": 874345681
        },
        {
            "start": 874345682,
            "stop": 874345683
        },
        {
            "start": 874345684,
            "stop": 874345685
        },
        {
            "start": 874345688,
            "stop": 874345690
        },
        {
            "start": 874345693,
            "stop": 874345696
        },
        {
            "start": 874345703,
            "stop": 874345704
        },
        {
            "start": 874345709,
            "stop": 874345710
        },
        {
            "start": 874345712,
            "stop": 874345713
        }
    ]
}