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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=407",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 408,
    "results": [
        {
            "start": 821767697,
            "stop": 821767707
        },
        {
            "start": 821767710,
            "stop": 821767715
        },
        {
            "start": 821767718,
            "stop": 821767748
        },
        {
            "start": 821767751,
            "stop": 821767752
        },
        {
            "start": 821767755,
            "stop": 821767772
        },
        {
            "start": 821767775,
            "stop": 821767778
        },
        {
            "start": 821767783,
            "stop": 821767785
        },
        {
            "start": 821767788,
            "stop": 821767815
        },
        {
            "start": 821767818,
            "stop": 821767823
        },
        {
            "start": 821767826,
            "stop": 821767840
        },
        {
            "start": 821767847,
            "stop": 821767853
        },
        {
            "start": 821767856,
            "stop": 821767859
        },
        {
            "start": 821767862,
            "stop": 821767865
        },
        {
            "start": 821767868,
            "stop": 821767869
        },
        {
            "start": 821767873,
            "stop": 821767877
        },
        {
            "start": 821767883,
            "stop": 821767887
        },
        {
            "start": 821767890,
            "stop": 821767893
        },
        {
            "start": 821767896,
            "stop": 821767898
        },
        {
            "start": 821767901,
            "stop": 821767904
        },
        {
            "start": 821767908,
            "stop": 821767911
        }
    ]
}