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=46861
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=46862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46860",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46861,
    "results": [
        {
            "start": 875144397,
            "stop": 875144431
        },
        {
            "start": 875144432,
            "stop": 875144474
        },
        {
            "start": 875144475,
            "stop": 875144482
        },
        {
            "start": 875144485,
            "stop": 875144486
        },
        {
            "start": 875144487,
            "stop": 875144496
        },
        {
            "start": 875144498,
            "stop": 875144519
        },
        {
            "start": 875144522,
            "stop": 875144554
        },
        {
            "start": 875144557,
            "stop": 875144573
        },
        {
            "start": 875144575,
            "stop": 875144603
        },
        {
            "start": 875144610,
            "stop": 875144661
        },
        {
            "start": 875144664,
            "stop": 875144672
        },
        {
            "start": 875144675,
            "stop": 875144681
        },
        {
            "start": 875144685,
            "stop": 875144693
        },
        {
            "start": 875144694,
            "stop": 875144742
        },
        {
            "start": 875144743,
            "stop": 875144773
        },
        {
            "start": 875144775,
            "stop": 875144793
        },
        {
            "start": 875144794,
            "stop": 875144884
        },
        {
            "start": 875144887,
            "stop": 875144908
        },
        {
            "start": 875144909,
            "stop": 875144945
        },
        {
            "start": 875144947,
            "stop": 875144960
        }
    ]
}