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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5806",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5807,
    "results": [
        {
            "start": 874701294,
            "stop": 874701299
        },
        {
            "start": 874701302,
            "stop": 874701316
        },
        {
            "start": 874701319,
            "stop": 874701333
        },
        {
            "start": 874701342,
            "stop": 874701369
        },
        {
            "start": 874701375,
            "stop": 874701396
        },
        {
            "start": 874701399,
            "stop": 874701439
        },
        {
            "start": 874701442,
            "stop": 874701443
        },
        {
            "start": 874701446,
            "stop": 874701453
        },
        {
            "start": 874701461,
            "stop": 874701509
        },
        {
            "start": 874701512,
            "stop": 874701514
        },
        {
            "start": 874701517,
            "stop": 874701518
        },
        {
            "start": 874701521,
            "stop": 874701527
        },
        {
            "start": 874701530,
            "stop": 874701541
        },
        {
            "start": 874701545,
            "stop": 874701547
        },
        {
            "start": 874701551,
            "stop": 874701574
        },
        {
            "start": 874701578,
            "stop": 874701596
        },
        {
            "start": 874701600,
            "stop": 874701626
        },
        {
            "start": 874701632,
            "stop": 874701637
        },
        {
            "start": 874701643,
            "stop": 874701664
        },
        {
            "start": 874701667,
            "stop": 874701680
        }
    ]
}