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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=428",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 429,
    "results": [
        {
            "start": 942831807,
            "stop": 942832060
        },
        {
            "start": 942832061,
            "stop": 942832196
        },
        {
            "start": 942832198,
            "stop": 942832210
        },
        {
            "start": 942832213,
            "stop": 942832360
        },
        {
            "start": 942832362,
            "stop": 942853175
        },
        {
            "start": 942857042,
            "stop": 942859377
        },
        {
            "start": 942861879,
            "stop": 942862956
        },
        {
            "start": 942865987,
            "stop": 942867619
        },
        {
            "start": 942868794,
            "stop": 942869467
        },
        {
            "start": 942871287,
            "stop": 942873011
        },
        {
            "start": 942880224,
            "stop": 942887428
        },
        {
            "start": 942892315,
            "stop": 942911999
        },
        {
            "start": 942930215,
            "stop": 942935601
        },
        {
            "start": 942935603,
            "stop": 942935604
        },
        {
            "start": 942953027,
            "stop": 942953210
        },
        {
            "start": 942957751,
            "stop": 942960286
        },
        {
            "start": 942963045,
            "stop": 942971157
        },
        {
            "start": 942976578,
            "stop": 942977563
        },
        {
            "start": 942979026,
            "stop": 942979536
        },
        {
            "start": 942981728,
            "stop": 942995767
        }
    ]
}