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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15928",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15926",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15927,
    "results": [
        {
            "start": 971399735,
            "stop": 971399738
        },
        {
            "start": 971399739,
            "stop": 971399772
        },
        {
            "start": 971399773,
            "stop": 971399774
        },
        {
            "start": 971399776,
            "stop": 971399778
        },
        {
            "start": 971399779,
            "stop": 971399788
        },
        {
            "start": 971399789,
            "stop": 971399792
        },
        {
            "start": 971399793,
            "stop": 971399796
        },
        {
            "start": 971399800,
            "stop": 971399817
        },
        {
            "start": 971399819,
            "stop": 971399822
        },
        {
            "start": 971399824,
            "stop": 971399842
        },
        {
            "start": 971399844,
            "stop": 971399848
        },
        {
            "start": 971399849,
            "stop": 971399866
        },
        {
            "start": 971399868,
            "stop": 971399876
        },
        {
            "start": 971399878,
            "stop": 971399895
        },
        {
            "start": 971399896,
            "stop": 971399913
        },
        {
            "start": 971399914,
            "stop": 971399940
        },
        {
            "start": 971399942,
            "stop": 971399963
        },
        {
            "start": 971399964,
            "stop": 971399968
        },
        {
            "start": 971399971,
            "stop": 971399998
        },
        {
            "start": 971400000,
            "stop": 971400003
        }
    ]
}