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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=28",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29,
    "results": [
        {
            "start": 931169457,
            "stop": 931169505
        },
        {
            "start": 931169507,
            "stop": 931169540
        },
        {
            "start": 931169542,
            "stop": 931169543
        },
        {
            "start": 931169544,
            "stop": 931169546
        },
        {
            "start": 931169548,
            "stop": 931169569
        },
        {
            "start": 931169571,
            "stop": 931169653
        },
        {
            "start": 931169654,
            "stop": 931169672
        },
        {
            "start": 931169674,
            "stop": 931169724
        },
        {
            "start": 931169726,
            "stop": 931169727
        },
        {
            "start": 931169729,
            "stop": 931169760
        },
        {
            "start": 931169762,
            "stop": 931169796
        },
        {
            "start": 931169798,
            "stop": 931169805
        },
        {
            "start": 931169807,
            "stop": 931169814
        },
        {
            "start": 931169816,
            "stop": 931169840
        },
        {
            "start": 931169842,
            "stop": 931169847
        },
        {
            "start": 931169848,
            "stop": 931169890
        },
        {
            "start": 931169891,
            "stop": 931169896
        },
        {
            "start": 931169899,
            "stop": 931169904
        },
        {
            "start": 931169906,
            "stop": 931169930
        },
        {
            "start": 931169932,
            "stop": 931169933
        }
    ]
}