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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=388",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 389,
    "results": [
        {
            "start": 821763956,
            "stop": 821763963
        },
        {
            "start": 821763966,
            "stop": 821763968
        },
        {
            "start": 821763971,
            "stop": 821763975
        },
        {
            "start": 821763981,
            "stop": 821763982
        },
        {
            "start": 821763985,
            "stop": 821763987
        },
        {
            "start": 821763990,
            "stop": 821763992
        },
        {
            "start": 821764000,
            "stop": 821764001
        },
        {
            "start": 821764004,
            "stop": 821764018
        },
        {
            "start": 821764023,
            "stop": 821764025
        },
        {
            "start": 821764028,
            "stop": 821764035
        },
        {
            "start": 821764038,
            "stop": 821764040
        },
        {
            "start": 821764043,
            "stop": 821764046
        },
        {
            "start": 821764052,
            "stop": 821764058
        },
        {
            "start": 821764061,
            "stop": 821764063
        },
        {
            "start": 821764066,
            "stop": 821764068
        },
        {
            "start": 821764071,
            "stop": 821764083
        },
        {
            "start": 821764086,
            "stop": 821764094
        },
        {
            "start": 821764102,
            "stop": 821764104
        },
        {
            "start": 821764107,
            "stop": 821764111
        },
        {
            "start": 821764120,
            "stop": 821764124
        }
    ]
}