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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=94",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 95,
    "results": [
        {
            "start": 816676793,
            "stop": 816676820
        },
        {
            "start": 816676824,
            "stop": 816676832
        },
        {
            "start": 816676839,
            "stop": 816676843
        },
        {
            "start": 816676851,
            "stop": 816676894
        },
        {
            "start": 816676901,
            "stop": 816676910
        },
        {
            "start": 816676917,
            "stop": 816676937
        },
        {
            "start": 816676950,
            "stop": 816676953
        },
        {
            "start": 816676960,
            "stop": 816676969
        },
        {
            "start": 816677000,
            "stop": 816677030
        },
        {
            "start": 816677037,
            "stop": 816677047
        },
        {
            "start": 816677059,
            "stop": 816677076
        },
        {
            "start": 816677088,
            "stop": 816677107
        },
        {
            "start": 816677115,
            "stop": 816677153
        },
        {
            "start": 816677160,
            "stop": 816677168
        },
        {
            "start": 816677172,
            "stop": 816677182
        },
        {
            "start": 816677192,
            "stop": 816677213
        },
        {
            "start": 816677228,
            "stop": 816677295
        },
        {
            "start": 816677302,
            "stop": 816677354
        },
        {
            "start": 816677358,
            "stop": 816677371
        },
        {
            "start": 816677400,
            "stop": 816677404
        }
    ]
}