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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=132",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 133,
    "results": [
        {
            "start": 862410600,
            "stop": 862462604
        },
        {
            "start": 862463768,
            "stop": 862521803
        },
        {
            "start": 862524061,
            "stop": 862524758
        },
        {
            "start": 862526338,
            "stop": 862533377
        },
        {
            "start": 862534196,
            "stop": 862543204
        },
        {
            "start": 862544098,
            "stop": 862556177
        },
        {
            "start": 862557736,
            "stop": 862565803
        },
        {
            "start": 862567386,
            "stop": 862568009
        },
        {
            "start": 862568991,
            "stop": 862583630
        },
        {
            "start": 862584149,
            "stop": 862597451
        },
        {
            "start": 862597986,
            "stop": 862599886
        },
        {
            "start": 862602918,
            "stop": 862605861
        },
        {
            "start": 862606310,
            "stop": 862646151
        },
        {
            "start": 862646960,
            "stop": 862668083
        },
        {
            "start": 862669174,
            "stop": 862671617
        },
        {
            "start": 862688851,
            "stop": 862689696
        },
        {
            "start": 862691864,
            "stop": 862698682
        },
        {
            "start": 862699990,
            "stop": 862701042
        },
        {
            "start": 862702967,
            "stop": 862704848
        },
        {
            "start": 862705720,
            "stop": 862705960
        }
    ]
}