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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8979",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8980,
    "results": [
        {
            "start": 873825473,
            "stop": 873825504
        },
        {
            "start": 873825521,
            "stop": 873825833
        },
        {
            "start": 873825861,
            "stop": 873825871
        },
        {
            "start": 873825890,
            "stop": 873825916
        },
        {
            "start": 873825935,
            "stop": 873825977
        },
        {
            "start": 873826003,
            "stop": 873826133
        },
        {
            "start": 873826152,
            "stop": 873826159
        },
        {
            "start": 873826179,
            "stop": 873826279
        },
        {
            "start": 873826298,
            "stop": 873826382
        },
        {
            "start": 873826407,
            "stop": 873826415
        },
        {
            "start": 873826434,
            "stop": 873826588
        },
        {
            "start": 873826616,
            "stop": 873826690
        },
        {
            "start": 873826724,
            "stop": 873826785
        },
        {
            "start": 873826805,
            "stop": 873826817
        },
        {
            "start": 873826837,
            "stop": 873826950
        },
        {
            "start": 873826967,
            "stop": 873827195
        },
        {
            "start": 873827215,
            "stop": 873827225
        },
        {
            "start": 873827245,
            "stop": 873827276
        },
        {
            "start": 873827295,
            "stop": 873827299
        },
        {
            "start": 873827327,
            "stop": 873827363
        }
    ]
}