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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7053",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7054,
    "results": [
        {
            "start": 873964925,
            "stop": 873964927
        },
        {
            "start": 873964928,
            "stop": 873964931
        },
        {
            "start": 873964932,
            "stop": 873964934
        },
        {
            "start": 873964935,
            "stop": 873964937
        },
        {
            "start": 873964938,
            "stop": 873964960
        },
        {
            "start": 873964961,
            "stop": 873964967
        },
        {
            "start": 873964968,
            "stop": 873965019
        },
        {
            "start": 873965020,
            "stop": 873965286
        },
        {
            "start": 873965287,
            "stop": 873965760
        },
        {
            "start": 873965761,
            "stop": 873966347
        },
        {
            "start": 873966348,
            "stop": 873966361
        },
        {
            "start": 873966362,
            "stop": 873966490
        },
        {
            "start": 873966492,
            "stop": 873966618
        },
        {
            "start": 873966620,
            "stop": 873967420
        },
        {
            "start": 873967421,
            "stop": 873968031
        },
        {
            "start": 873968033,
            "stop": 873968121
        },
        {
            "start": 873968123,
            "stop": 873968259
        },
        {
            "start": 873968261,
            "stop": 873969018
        },
        {
            "start": 873969019,
            "stop": 873969719
        },
        {
            "start": 873969720,
            "stop": 873969840
        }
    ]
}