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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 48,
    "results": [
        {
            "start": 931189851,
            "stop": 931189852
        },
        {
            "start": 931189856,
            "stop": 931189857
        },
        {
            "start": 931189861,
            "stop": 931189862
        },
        {
            "start": 931189865,
            "stop": 931189868
        },
        {
            "start": 931189869,
            "stop": 931189873
        },
        {
            "start": 931189875,
            "stop": 931189876
        },
        {
            "start": 931189878,
            "stop": 931189879
        },
        {
            "start": 931189887,
            "stop": 931189888
        },
        {
            "start": 931189892,
            "stop": 931189896
        },
        {
            "start": 931189898,
            "stop": 931189901
        },
        {
            "start": 931189903,
            "stop": 931189904
        },
        {
            "start": 931189909,
            "stop": 931189912
        },
        {
            "start": 931189917,
            "stop": 931189920
        },
        {
            "start": 931189921,
            "stop": 931189923
        },
        {
            "start": 931189930,
            "stop": 931189937
        },
        {
            "start": 931189938,
            "stop": 931189954
        },
        {
            "start": 931189956,
            "stop": 931189969
        },
        {
            "start": 931189972,
            "stop": 931189991
        },
        {
            "start": 931189992,
            "stop": 931190016
        },
        {
            "start": 931190018,
            "stop": 931190022
        }
    ]
}