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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=87",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 88,
    "results": [
        {
            "start": 931283576,
            "stop": 931283625
        },
        {
            "start": 931283626,
            "stop": 931283650
        },
        {
            "start": 931283652,
            "stop": 931283682
        },
        {
            "start": 931283684,
            "stop": 931283685
        },
        {
            "start": 931283687,
            "stop": 931283696
        },
        {
            "start": 931283697,
            "stop": 931283715
        },
        {
            "start": 931283717,
            "stop": 931283744
        },
        {
            "start": 931283748,
            "stop": 931283755
        },
        {
            "start": 931283757,
            "stop": 931283771
        },
        {
            "start": 931283772,
            "stop": 931283902
        },
        {
            "start": 931283903,
            "stop": 931283975
        },
        {
            "start": 931283976,
            "stop": 931283994
        },
        {
            "start": 931283997,
            "stop": 931284015
        },
        {
            "start": 931284435,
            "stop": 931284448
        },
        {
            "start": 931284450,
            "stop": 931284456
        },
        {
            "start": 931284463,
            "stop": 931284473
        },
        {
            "start": 931284474,
            "stop": 931284475
        },
        {
            "start": 931284477,
            "stop": 931284556
        },
        {
            "start": 931284558,
            "stop": 931284559
        },
        {
            "start": 931284560,
            "stop": 931284567
        }
    ]
}