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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=91",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 92,
    "results": [
        {
            "start": 1134617549,
            "stop": 1134650499
        },
        {
            "start": 1134650507,
            "stop": 1134657111
        },
        {
            "start": 1134657119,
            "stop": 1134657728
        },
        {
            "start": 1134657736,
            "stop": 1134658765
        },
        {
            "start": 1134658773,
            "stop": 1134668648
        },
        {
            "start": 1134668650,
            "stop": 1134673620
        },
        {
            "start": 1134673628,
            "stop": 1134673731
        },
        {
            "start": 1134674804,
            "stop": 1134675705
        },
        {
            "start": 1134720521,
            "stop": 1134722865
        },
        {
            "start": 1134722872,
            "stop": 1134734091
        },
        {
            "start": 1134734094,
            "stop": 1134738526
        },
        {
            "start": 1134738540,
            "stop": 1134748439
        },
        {
            "start": 1134748442,
            "stop": 1134748446
        },
        {
            "start": 1134748449,
            "stop": 1134749268
        },
        {
            "start": 1134749276,
            "stop": 1134752897
        },
        {
            "start": 1134752957,
            "stop": 1134754000
        },
        {
            "start": 1134754003,
            "stop": 1134757650
        },
        {
            "start": 1134757665,
            "stop": 1134757676
        },
        {
            "start": 1134757688,
            "stop": 1134757689
        },
        {
            "start": 1134757697,
            "stop": 1134757699
        }
    ]
}