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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47008",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47009,
    "results": [
        {
            "start": 875224401,
            "stop": 875224422
        },
        {
            "start": 875224425,
            "stop": 875224428
        },
        {
            "start": 875224432,
            "stop": 875224436
        },
        {
            "start": 875224437,
            "stop": 875224462
        },
        {
            "start": 875224468,
            "stop": 875224504
        },
        {
            "start": 875224507,
            "stop": 875224548
        },
        {
            "start": 875224549,
            "stop": 875224572
        },
        {
            "start": 875224577,
            "stop": 875224578
        },
        {
            "start": 875224581,
            "stop": 875224609
        },
        {
            "start": 875224611,
            "stop": 875224645
        },
        {
            "start": 875224650,
            "stop": 875224651
        },
        {
            "start": 875224652,
            "stop": 875224658
        },
        {
            "start": 875224662,
            "stop": 875224664
        },
        {
            "start": 875224667,
            "stop": 875224692
        },
        {
            "start": 875224695,
            "stop": 875224700
        },
        {
            "start": 875224701,
            "stop": 875224806
        },
        {
            "start": 875224809,
            "stop": 875224819
        },
        {
            "start": 875224820,
            "stop": 875224844
        },
        {
            "start": 875224851,
            "stop": 875224855
        },
        {
            "start": 875224859,
            "stop": 875224863
        }
    ]
}