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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=366",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 367,
    "results": [
        {
            "start": 1181755051,
            "stop": 1181756321
        },
        {
            "start": 1181756324,
            "stop": 1181756661
        },
        {
            "start": 1181756662,
            "stop": 1181756666
        },
        {
            "start": 1181756667,
            "stop": 1181757058
        },
        {
            "start": 1181757059,
            "stop": 1181757749
        },
        {
            "start": 1181757750,
            "stop": 1181758179
        },
        {
            "start": 1181758182,
            "stop": 1181758926
        },
        {
            "start": 1181758927,
            "stop": 1181759234
        },
        {
            "start": 1181759235,
            "stop": 1181759343
        },
        {
            "start": 1181759344,
            "stop": 1181759496
        },
        {
            "start": 1181759497,
            "stop": 1181759648
        },
        {
            "start": 1181759649,
            "stop": 1181759653
        },
        {
            "start": 1181759656,
            "stop": 1181759680
        },
        {
            "start": 1181759681,
            "stop": 1181759825
        },
        {
            "start": 1181759826,
            "stop": 1181761446
        },
        {
            "start": 1181761447,
            "stop": 1181762047
        },
        {
            "start": 1181762048,
            "stop": 1181764478
        },
        {
            "start": 1181764479,
            "stop": 1181764706
        },
        {
            "start": 1181764707,
            "stop": 1181764708
        },
        {
            "start": 1181764709,
            "stop": 1181765710
        }
    ]
}