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=4554
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=4555",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4553",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4554,
    "results": [
        {
            "start": 968767748,
            "stop": 968767750
        },
        {
            "start": 968767754,
            "stop": 968767756
        },
        {
            "start": 968767761,
            "stop": 968767768
        },
        {
            "start": 968767771,
            "stop": 968767774
        },
        {
            "start": 968767778,
            "stop": 968767782
        },
        {
            "start": 968767783,
            "stop": 968767786
        },
        {
            "start": 968767787,
            "stop": 968767788
        },
        {
            "start": 968767793,
            "stop": 968767797
        },
        {
            "start": 968767799,
            "stop": 968767801
        },
        {
            "start": 968767804,
            "stop": 968767807
        },
        {
            "start": 968767808,
            "stop": 968767828
        },
        {
            "start": 968767830,
            "stop": 968767831
        },
        {
            "start": 968767832,
            "stop": 968767849
        },
        {
            "start": 968767850,
            "stop": 968767863
        },
        {
            "start": 968767866,
            "stop": 968767888
        },
        {
            "start": 968767889,
            "stop": 968767894
        },
        {
            "start": 968767896,
            "stop": 968767906
        },
        {
            "start": 968767908,
            "stop": 968767940
        },
        {
            "start": 968767942,
            "stop": 968768078
        },
        {
            "start": 968768138,
            "stop": 968768243
        }
    ]
}