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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14800",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14798",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14799,
    "results": [
        {
            "start": 971250730,
            "stop": 971250737
        },
        {
            "start": 971250738,
            "stop": 971250741
        },
        {
            "start": 971250742,
            "stop": 971250751
        },
        {
            "start": 971250754,
            "stop": 971250780
        },
        {
            "start": 971250781,
            "stop": 971250795
        },
        {
            "start": 971250797,
            "stop": 971250820
        },
        {
            "start": 971250821,
            "stop": 971250826
        },
        {
            "start": 971250827,
            "stop": 971250831
        },
        {
            "start": 971250834,
            "stop": 971250862
        },
        {
            "start": 971250863,
            "stop": 971250870
        },
        {
            "start": 971250871,
            "stop": 971250897
        },
        {
            "start": 971250899,
            "stop": 971250904
        },
        {
            "start": 971250907,
            "stop": 971250915
        },
        {
            "start": 971250916,
            "stop": 971250943
        },
        {
            "start": 971250944,
            "stop": 971250947
        },
        {
            "start": 971250948,
            "stop": 971250954
        },
        {
            "start": 971250955,
            "stop": 971250974
        },
        {
            "start": 971250977,
            "stop": 971250992
        },
        {
            "start": 971250993,
            "stop": 971251011
        },
        {
            "start": 971251013,
            "stop": 971251015
        }
    ]
}