Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=542
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=541",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 542,
    "results": [
        {
            "start": 829206685,
            "stop": 829214460
        },
        {
            "start": 829215269,
            "stop": 829216900
        },
        {
            "start": 829217656,
            "stop": 829217765
        },
        {
            "start": 829218085,
            "stop": 829218123
        },
        {
            "start": 829218523,
            "stop": 829218866
        },
        {
            "start": 829219186,
            "stop": 829219311
        },
        {
            "start": 829219711,
            "stop": 829219979
        },
        {
            "start": 829220299,
            "stop": 829222789
        },
        {
            "start": 829223189,
            "stop": 829223626
        },
        {
            "start": 829226191,
            "stop": 829227050
        },
        {
            "start": 829227450,
            "stop": 829228085
        },
        {
            "start": 829233599,
            "stop": 829233890
        },
        {
            "start": 829234816,
            "stop": 829247941
        },
        {
            "start": 829250842,
            "stop": 829251064
        },
        {
            "start": 829251464,
            "stop": 829259473
        },
        {
            "start": 829260459,
            "stop": 829263372
        },
        {
            "start": 829278750,
            "stop": 829288389
        },
        {
            "start": 829288566,
            "stop": 829330993
        },
        {
            "start": 829332203,
            "stop": 829333729
        },
        {
            "start": 829334416,
            "stop": 829335583
        }
    ]
}