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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=100",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 101,
    "results": [
        {
            "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": 829259495
        },
        {
            "start": 829260459,
            "stop": 829263372
        },
        {
            "start": 829278750,
            "stop": 829288390
        },
        {
            "start": 829288566,
            "stop": 829331001
        },
        {
            "start": 829332203,
            "stop": 829333729
        },
        {
            "start": 829334416,
            "stop": 829335583
        },
        {
            "start": 829337209,
            "stop": 829337843
        }
    ]
}