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=15954
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=15955",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15953",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15954,
    "results": [
        {
            "start": 971410721,
            "stop": 971410724
        },
        {
            "start": 971410727,
            "stop": 971410730
        },
        {
            "start": 971410731,
            "stop": 971410732
        },
        {
            "start": 971410735,
            "stop": 971410737
        },
        {
            "start": 971410741,
            "stop": 971410747
        },
        {
            "start": 971410748,
            "stop": 971410751
        },
        {
            "start": 971410752,
            "stop": 971410755
        },
        {
            "start": 971410756,
            "stop": 971410758
        },
        {
            "start": 971410759,
            "stop": 971410768
        },
        {
            "start": 971410769,
            "stop": 971410770
        },
        {
            "start": 971410772,
            "stop": 971410779
        },
        {
            "start": 971410781,
            "stop": 971410785
        },
        {
            "start": 971410787,
            "stop": 971410789
        },
        {
            "start": 971410790,
            "stop": 971410799
        },
        {
            "start": 971410804,
            "stop": 971410820
        },
        {
            "start": 971410821,
            "stop": 971410824
        },
        {
            "start": 971410825,
            "stop": 971410827
        },
        {
            "start": 971410828,
            "stop": 971410829
        },
        {
            "start": 971410830,
            "stop": 971410839
        },
        {
            "start": 971410843,
            "stop": 971410847
        }
    ]
}