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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=60",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 61,
    "results": [
        {
            "start": 941029008,
            "stop": 941029062
        },
        {
            "start": 941029068,
            "stop": 941029069
        },
        {
            "start": 941029075,
            "stop": 941029103
        },
        {
            "start": 941029106,
            "stop": 941029123
        },
        {
            "start": 941029126,
            "stop": 941029202
        },
        {
            "start": 941029207,
            "stop": 941029285
        },
        {
            "start": 941029288,
            "stop": 941029290
        },
        {
            "start": 941029293,
            "stop": 941029897
        },
        {
            "start": 941029903,
            "stop": 941029938
        },
        {
            "start": 941029944,
            "stop": 941029945
        },
        {
            "start": 941029964,
            "stop": 941029972
        },
        {
            "start": 941029975,
            "stop": 941029993
        },
        {
            "start": 941029996,
            "stop": 941029997
        },
        {
            "start": 941030002,
            "stop": 941030011
        },
        {
            "start": 941030025,
            "stop": 941030027
        },
        {
            "start": 941030030,
            "stop": 941030061
        },
        {
            "start": 941030064,
            "stop": 941030075
        },
        {
            "start": 941030078,
            "stop": 941030088
        },
        {
            "start": 941030091,
            "stop": 941030111
        },
        {
            "start": 941030119,
            "stop": 941030146
        }
    ]
}