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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=393",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 394,
    "results": [
        {
            "start": 821764832,
            "stop": 821764833
        },
        {
            "start": 821764841,
            "stop": 821764844
        },
        {
            "start": 821764847,
            "stop": 821764850
        },
        {
            "start": 821764854,
            "stop": 821764857
        },
        {
            "start": 821764865,
            "stop": 821764868
        },
        {
            "start": 821764873,
            "stop": 821764877
        },
        {
            "start": 821764880,
            "stop": 821764882
        },
        {
            "start": 821764887,
            "stop": 821764889
        },
        {
            "start": 821764892,
            "stop": 821764894
        },
        {
            "start": 821764909,
            "stop": 821764911
        },
        {
            "start": 821764914,
            "stop": 821764915
        },
        {
            "start": 821764919,
            "stop": 821764925
        },
        {
            "start": 821764939,
            "stop": 821764948
        },
        {
            "start": 821764951,
            "stop": 821764963
        },
        {
            "start": 821764971,
            "stop": 821764975
        },
        {
            "start": 821764978,
            "stop": 821764980
        },
        {
            "start": 821764985,
            "stop": 821764987
        },
        {
            "start": 821764990,
            "stop": 821765005
        },
        {
            "start": 821765009,
            "stop": 821765013
        },
        {
            "start": 821765021,
            "stop": 821765022
        }
    ]
}