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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=107",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 108,
    "results": [
        {
            "start": 818061815,
            "stop": 818061817
        },
        {
            "start": 818061822,
            "stop": 818061823
        },
        {
            "start": 818061829,
            "stop": 818061830
        },
        {
            "start": 818061834,
            "stop": 818061841
        },
        {
            "start": 818061844,
            "stop": 818061859
        },
        {
            "start": 818061862,
            "stop": 818061869
        },
        {
            "start": 818061874,
            "stop": 818061876
        },
        {
            "start": 818061879,
            "stop": 818061881
        },
        {
            "start": 818061885,
            "stop": 818061889
        },
        {
            "start": 818061893,
            "stop": 818061909
        },
        {
            "start": 818061913,
            "stop": 818061925
        },
        {
            "start": 818061928,
            "stop": 818061934
        },
        {
            "start": 818061937,
            "stop": 818061944
        },
        {
            "start": 818061950,
            "stop": 818061955
        },
        {
            "start": 818061958,
            "stop": 818061961
        },
        {
            "start": 818061968,
            "stop": 818061970
        },
        {
            "start": 818061973,
            "stop": 818061975
        },
        {
            "start": 818061980,
            "stop": 818061987
        },
        {
            "start": 818061990,
            "stop": 818062005
        },
        {
            "start": 818062009,
            "stop": 818062012
        }
    ]
}