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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10037",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10038,
    "results": [
        {
            "start": 872586930,
            "stop": 872587043
        },
        {
            "start": 872587079,
            "stop": 872587087
        },
        {
            "start": 872589133,
            "stop": 872589216
        },
        {
            "start": 872589250,
            "stop": 872589312
        },
        {
            "start": 872589329,
            "stop": 872589330
        },
        {
            "start": 872589364,
            "stop": 872589494
        },
        {
            "start": 872589569,
            "stop": 872589631
        },
        {
            "start": 872589702,
            "stop": 872589708
        },
        {
            "start": 872589757,
            "stop": 872589869
        },
        {
            "start": 872589886,
            "stop": 872590013
        },
        {
            "start": 872590049,
            "stop": 872590101
        },
        {
            "start": 872590142,
            "stop": 872590146
        },
        {
            "start": 872590186,
            "stop": 872590220
        },
        {
            "start": 872590256,
            "stop": 872590343
        },
        {
            "start": 872590379,
            "stop": 872591179
        },
        {
            "start": 872591286,
            "stop": 872591409
        },
        {
            "start": 872591445,
            "stop": 872591983
        },
        {
            "start": 872592019,
            "stop": 872592029
        },
        {
            "start": 872592095,
            "stop": 872592233
        },
        {
            "start": 872592269,
            "stop": 872592348
        }
    ]
}