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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=299",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 300,
    "results": [
        {
            "start": 865330414,
            "stop": 865331366
        },
        {
            "start": 865331689,
            "stop": 865344901
        },
        {
            "start": 865356577,
            "stop": 865361864
        },
        {
            "start": 865389877,
            "stop": 865397990
        },
        {
            "start": 865398100,
            "stop": 865398277
        },
        {
            "start": 865398684,
            "stop": 865399098
        },
        {
            "start": 865399398,
            "stop": 865399437
        },
        {
            "start": 865399547,
            "stop": 865399646
        },
        {
            "start": 865399946,
            "stop": 865465053
        },
        {
            "start": 865465475,
            "stop": 865465497
        },
        {
            "start": 865465812,
            "stop": 865474358
        },
        {
            "start": 865475485,
            "stop": 865479253
        },
        {
            "start": 865479255,
            "stop": 865487247
        },
        {
            "start": 865487250,
            "stop": 865490701
        },
        {
            "start": 865492064,
            "stop": 865542225
        },
        {
            "start": 865543780,
            "stop": 865556787
        },
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865613979
        },
        {
            "start": 865616171,
            "stop": 865616514
        },
        {
            "start": 865616814,
            "stop": 865616823
        }
    ]
}