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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=3",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 4,
    "results": [
        {
            "start": 815239136,
            "stop": 815239548
        },
        {
            "start": 815239568,
            "stop": 815239578
        },
        {
            "start": 815239582,
            "stop": 815239602
        },
        {
            "start": 815239606,
            "stop": 815239612
        },
        {
            "start": 815239616,
            "stop": 815239683
        },
        {
            "start": 815239687,
            "stop": 815239826
        },
        {
            "start": 815239836,
            "stop": 815239933
        },
        {
            "start": 815240846,
            "stop": 815240972
        },
        {
            "start": 815240976,
            "stop": 815241001
        },
        {
            "start": 815241005,
            "stop": 815241011
        },
        {
            "start": 815241014,
            "stop": 815241026
        },
        {
            "start": 815241029,
            "stop": 815241035
        },
        {
            "start": 815241048,
            "stop": 815241059
        },
        {
            "start": 815241062,
            "stop": 815241073
        },
        {
            "start": 815241092,
            "stop": 815241121
        },
        {
            "start": 815241130,
            "stop": 815241135
        },
        {
            "start": 815241139,
            "stop": 815241714
        },
        {
            "start": 815241727,
            "stop": 815241937
        },
        {
            "start": 815241955,
            "stop": 815244382
        },
        {
            "start": 815244386,
            "stop": 815244396
        }
    ]
}