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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=11",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 12,
    "results": [
        {
            "start": 815238774,
            "stop": 815238920
        },
        {
            "start": 815238927,
            "stop": 815239008
        },
        {
            "start": 815239011,
            "stop": 815239017
        },
        {
            "start": 815239021,
            "stop": 815239090
        },
        {
            "start": 815239094,
            "stop": 815239099
        },
        {
            "start": 815239118,
            "stop": 815239123
        },
        {
            "start": 815239127,
            "stop": 815239133
        },
        {
            "start": 815239136,
            "stop": 815239185
        },
        {
            "start": 815239204,
            "stop": 815239219
        },
        {
            "start": 815239226,
            "stop": 815239267
        },
        {
            "start": 815239274,
            "stop": 815239348
        },
        {
            "start": 815239356,
            "stop": 815239523
        },
        {
            "start": 815239535,
            "stop": 815239548
        },
        {
            "start": 815239568,
            "stop": 815239578
        },
        {
            "start": 815239582,
            "stop": 815239602
        },
        {
            "start": 815239606,
            "stop": 815239612
        },
        {
            "start": 815239616,
            "stop": 815239683
        },
        {
            "start": 815239687,
            "stop": 815239733
        },
        {
            "start": 815239740,
            "stop": 815239820
        },
        {
            "start": 815239861,
            "stop": 815239903
        }
    ]
}