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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=174",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 175,
    "results": [
        {
            "start": 818167700,
            "stop": 818167703
        },
        {
            "start": 818167717,
            "stop": 818167718
        },
        {
            "start": 818167733,
            "stop": 818167734
        },
        {
            "start": 818167750,
            "stop": 818167751
        },
        {
            "start": 818167758,
            "stop": 818167759
        },
        {
            "start": 818167763,
            "stop": 818167769
        },
        {
            "start": 818167785,
            "stop": 818167788
        },
        {
            "start": 818167810,
            "stop": 818167815
        },
        {
            "start": 818167821,
            "stop": 818167823
        },
        {
            "start": 818167848,
            "stop": 818167866
        },
        {
            "start": 818167872,
            "stop": 818167874
        },
        {
            "start": 818167883,
            "stop": 818167884
        },
        {
            "start": 818167888,
            "stop": 818167889
        },
        {
            "start": 818167892,
            "stop": 818167895
        },
        {
            "start": 818167928,
            "stop": 818167930
        },
        {
            "start": 818167937,
            "stop": 818167947
        },
        {
            "start": 818167954,
            "stop": 818167955
        },
        {
            "start": 818167972,
            "stop": 818167975
        },
        {
            "start": 818167987,
            "stop": 818167988
        },
        {
            "start": 818167996,
            "stop": 818167997
        }
    ]
}