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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14201",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14202,
    "results": [
        {
            "start": 971169917,
            "stop": 971169919
        },
        {
            "start": 971169924,
            "stop": 971169925
        },
        {
            "start": 971169927,
            "stop": 971169929
        },
        {
            "start": 971169930,
            "stop": 971169934
        },
        {
            "start": 971169936,
            "stop": 971169937
        },
        {
            "start": 971169938,
            "stop": 971169939
        },
        {
            "start": 971169941,
            "stop": 971169944
        },
        {
            "start": 971169946,
            "stop": 971169947
        },
        {
            "start": 971169948,
            "stop": 971169949
        },
        {
            "start": 971169951,
            "stop": 971169957
        },
        {
            "start": 971169958,
            "stop": 971169961
        },
        {
            "start": 971169966,
            "stop": 971169970
        },
        {
            "start": 971169971,
            "stop": 971169972
        },
        {
            "start": 971169973,
            "stop": 971169974
        },
        {
            "start": 971169976,
            "stop": 971169981
        },
        {
            "start": 971169982,
            "stop": 971169987
        },
        {
            "start": 971169992,
            "stop": 971169993
        },
        {
            "start": 971169994,
            "stop": 971169995
        },
        {
            "start": 971169998,
            "stop": 971169999
        },
        {
            "start": 971170000,
            "stop": 971170003
        }
    ]
}