Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3715
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3716",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3714",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3715,
    "results": [
        {
            "start": 971005640,
            "stop": 971005642
        },
        {
            "start": 971005645,
            "stop": 971005652
        },
        {
            "start": 971005657,
            "stop": 971005670
        },
        {
            "start": 971005673,
            "stop": 971005725
        },
        {
            "start": 971005728,
            "stop": 971005778
        },
        {
            "start": 971005781,
            "stop": 971005795
        },
        {
            "start": 971005798,
            "stop": 971005823
        },
        {
            "start": 971005826,
            "stop": 971005875
        },
        {
            "start": 971005878,
            "stop": 971005885
        },
        {
            "start": 971005888,
            "stop": 971005909
        },
        {
            "start": 971005914,
            "stop": 971005925
        },
        {
            "start": 971005928,
            "stop": 971005956
        },
        {
            "start": 971005959,
            "stop": 971005965
        },
        {
            "start": 971005970,
            "stop": 971006050
        },
        {
            "start": 971006053,
            "stop": 971006060
        },
        {
            "start": 971006063,
            "stop": 971006088
        },
        {
            "start": 971006091,
            "stop": 971006112
        },
        {
            "start": 971006115,
            "stop": 971006140
        },
        {
            "start": 971006143,
            "stop": 971006180
        },
        {
            "start": 971006183,
            "stop": 971006241
        }
    ]
}