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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=128",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 129,
    "results": [
        {
            "start": 931683517,
            "stop": 931683518
        },
        {
            "start": 931683525,
            "stop": 931683539
        },
        {
            "start": 931683594,
            "stop": 931683603
        },
        {
            "start": 931683627,
            "stop": 931683632
        },
        {
            "start": 931683663,
            "stop": 931683666
        },
        {
            "start": 931683743,
            "stop": 931683746
        },
        {
            "start": 931683753,
            "stop": 931683755
        },
        {
            "start": 931683839,
            "stop": 931683845
        },
        {
            "start": 931683868,
            "stop": 931683869
        },
        {
            "start": 931683896,
            "stop": 931683901
        },
        {
            "start": 931683946,
            "stop": 931683949
        },
        {
            "start": 931683982,
            "stop": 931683988
        },
        {
            "start": 931684014,
            "stop": 931684015
        },
        {
            "start": 931684042,
            "stop": 931684048
        },
        {
            "start": 931684068,
            "stop": 931684070
        },
        {
            "start": 931684143,
            "stop": 931684147
        },
        {
            "start": 931684171,
            "stop": 931684173
        },
        {
            "start": 931684192,
            "stop": 931684194
        },
        {
            "start": 931684201,
            "stop": 931684203
        },
        {
            "start": 931684245,
            "stop": 931684250
        }
    ]
}