Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=32",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 33,
    "results": [
        {
            "start": 816676748,
            "stop": 816676771
        },
        {
            "start": 816676781,
            "stop": 816676782
        },
        {
            "start": 816676793,
            "stop": 816676832
        },
        {
            "start": 816676839,
            "stop": 816676843
        },
        {
            "start": 816676851,
            "stop": 816676894
        },
        {
            "start": 816676901,
            "stop": 816676910
        },
        {
            "start": 816676917,
            "stop": 816676937
        },
        {
            "start": 816676946,
            "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": 816677182
        },
        {
            "start": 816677190,
            "stop": 816677213
        },
        {
            "start": 816677220,
            "stop": 816677295
        },
        {
            "start": 816677302,
            "stop": 816677371
        },
        {
            "start": 816677400,
            "stop": 816677404
        },
        {
            "start": 816677412,
            "stop": 816677431
        }
    ]
}