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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=388",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 389,
    "results": [
        {
            "start": 821763875,
            "stop": 821763880
        },
        {
            "start": 821763883,
            "stop": 821763888
        },
        {
            "start": 821763893,
            "stop": 821763901
        },
        {
            "start": 821763919,
            "stop": 821763923
        },
        {
            "start": 821763926,
            "stop": 821763931
        },
        {
            "start": 821763940,
            "stop": 821763946
        },
        {
            "start": 821763949,
            "stop": 821763953
        },
        {
            "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
        }
    ]
}