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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4128",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4129,
    "results": [
        {
            "start": 874259207,
            "stop": 874259215
        },
        {
            "start": 874259235,
            "stop": 874259247
        },
        {
            "start": 874259267,
            "stop": 874259281
        },
        {
            "start": 874259401,
            "stop": 874259407
        },
        {
            "start": 874259426,
            "stop": 874259455
        },
        {
            "start": 874259475,
            "stop": 874259490
        },
        {
            "start": 874259509,
            "stop": 874259547
        },
        {
            "start": 874259613,
            "stop": 874259628
        },
        {
            "start": 874259647,
            "stop": 874259674
        },
        {
            "start": 874259716,
            "stop": 874259724
        },
        {
            "start": 874259743,
            "stop": 874259766
        },
        {
            "start": 874259786,
            "stop": 874259793
        },
        {
            "start": 874259832,
            "stop": 874259843
        },
        {
            "start": 874259862,
            "stop": 874259960
        },
        {
            "start": 874259983,
            "stop": 874259994
        },
        {
            "start": 874260060,
            "stop": 874260078
        },
        {
            "start": 874260097,
            "stop": 874260113
        },
        {
            "start": 874260180,
            "stop": 874260195
        },
        {
            "start": 874260217,
            "stop": 874260253
        },
        {
            "start": 874260272,
            "stop": 874260290
        }
    ]
}