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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8028",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8029,
    "results": [
        {
            "start": 872147013,
            "stop": 872147039
        },
        {
            "start": 872147059,
            "stop": 872147062
        },
        {
            "start": 872147081,
            "stop": 872147098
        },
        {
            "start": 872147120,
            "stop": 872147121
        },
        {
            "start": 872147202,
            "stop": 872147220
        },
        {
            "start": 872147245,
            "stop": 872147377
        },
        {
            "start": 872147397,
            "stop": 872147402
        },
        {
            "start": 872147568,
            "stop": 872147572
        },
        {
            "start": 872147599,
            "stop": 872147682
        },
        {
            "start": 872147710,
            "stop": 872147782
        },
        {
            "start": 872147801,
            "stop": 872147853
        },
        {
            "start": 872147872,
            "stop": 872147930
        },
        {
            "start": 872147952,
            "stop": 872148040
        },
        {
            "start": 872148071,
            "stop": 872148250
        },
        {
            "start": 872148312,
            "stop": 872148313
        },
        {
            "start": 872148333,
            "stop": 872148386
        },
        {
            "start": 872148405,
            "stop": 872148409
        },
        {
            "start": 872148441,
            "stop": 872148660
        },
        {
            "start": 872148682,
            "stop": 872148740
        },
        {
            "start": 872148757,
            "stop": 872149071
        }
    ]
}