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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3617",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3618,
    "results": [
        {
            "start": 872181128,
            "stop": 872181327
        },
        {
            "start": 872181344,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872183491
        },
        {
            "start": 872183508,
            "stop": 872183729
        },
        {
            "start": 872183746,
            "stop": 872184058
        },
        {
            "start": 872184075,
            "stop": 872184172
        },
        {
            "start": 872184189,
            "stop": 872184255
        },
        {
            "start": 872184273,
            "stop": 872185102
        },
        {
            "start": 872185119,
            "stop": 872185483
        },
        {
            "start": 872185500,
            "stop": 872185545
        },
        {
            "start": 872185563,
            "stop": 872185975
        },
        {
            "start": 872185992,
            "stop": 872186095
        },
        {
            "start": 872186112,
            "stop": 872186129
        },
        {
            "start": 872186162,
            "stop": 872186408
        },
        {
            "start": 872186425,
            "stop": 872187287
        },
        {
            "start": 872187304,
            "stop": 872187347
        },
        {
            "start": 872187364,
            "stop": 872187373
        },
        {
            "start": 872187390,
            "stop": 872187986
        },
        {
            "start": 872188003,
            "stop": 872190658
        },
        {
            "start": 872190675,
            "stop": 872190989
        }
    ]
}