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=9889
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=9890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9888",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9889,
    "results": [
        {
            "start": 870870300,
            "stop": 870870360
        },
        {
            "start": 870870427,
            "stop": 870870470
        },
        {
            "start": 870870478,
            "stop": 870870503
        },
        {
            "start": 870870535,
            "stop": 870870559
        },
        {
            "start": 870870580,
            "stop": 870870603
        },
        {
            "start": 870870610,
            "stop": 870870612
        },
        {
            "start": 870870619,
            "stop": 870870633
        },
        {
            "start": 870870641,
            "stop": 870870660
        },
        {
            "start": 870870780,
            "stop": 870870863
        },
        {
            "start": 870870870,
            "stop": 870870879
        },
        {
            "start": 870870887,
            "stop": 870870895
        },
        {
            "start": 870870902,
            "stop": 870870960
        },
        {
            "start": 870871036,
            "stop": 870871048
        },
        {
            "start": 870872028,
            "stop": 870872040
        },
        {
            "start": 870872100,
            "stop": 870872119
        },
        {
            "start": 870872127,
            "stop": 870872133
        },
        {
            "start": 870872142,
            "stop": 870872148
        },
        {
            "start": 870872190,
            "stop": 870872196
        },
        {
            "start": 870872204,
            "stop": 870872216
        },
        {
            "start": 870872388,
            "stop": 870872400
        }
    ]
}