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=8842
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=8843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8841",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8842,
    "results": [
        {
            "start": 872894288,
            "stop": 872897115
        },
        {
            "start": 872897132,
            "stop": 872897310
        },
        {
            "start": 872897327,
            "stop": 872897416
        },
        {
            "start": 872897433,
            "stop": 872898060
        },
        {
            "start": 872898240,
            "stop": 872898334
        },
        {
            "start": 872898351,
            "stop": 872898360
        },
        {
            "start": 872898420,
            "stop": 872898480
        },
        {
            "start": 872898540,
            "stop": 872898754
        },
        {
            "start": 872898771,
            "stop": 872899259
        },
        {
            "start": 872899276,
            "stop": 872899831
        },
        {
            "start": 872899848,
            "stop": 872900300
        },
        {
            "start": 872900317,
            "stop": 872900349
        },
        {
            "start": 872900366,
            "stop": 872900395
        },
        {
            "start": 872900412,
            "stop": 872900519
        },
        {
            "start": 872900536,
            "stop": 872900567
        },
        {
            "start": 872900584,
            "stop": 872900622
        },
        {
            "start": 872900640,
            "stop": 872901904
        },
        {
            "start": 872901921,
            "stop": 872901968
        },
        {
            "start": 872901985,
            "stop": 872902186
        },
        {
            "start": 872902203,
            "stop": 872902796
        }
    ]
}