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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=795",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 796,
    "results": [
        {
            "start": 873483856,
            "stop": 873483863
        },
        {
            "start": 873483867,
            "stop": 873483873
        },
        {
            "start": 873483877,
            "stop": 873483884
        },
        {
            "start": 873483888,
            "stop": 873483893
        },
        {
            "start": 873483899,
            "stop": 873483906
        },
        {
            "start": 873483911,
            "stop": 873483919
        },
        {
            "start": 873483923,
            "stop": 873483930
        },
        {
            "start": 873483934,
            "stop": 873483940
        },
        {
            "start": 873483944,
            "stop": 873483951
        },
        {
            "start": 873483955,
            "stop": 873483961
        },
        {
            "start": 873483966,
            "stop": 873483972
        },
        {
            "start": 873483977,
            "stop": 873483984
        },
        {
            "start": 873483988,
            "stop": 873483996
        },
        {
            "start": 873484000,
            "stop": 873484010
        },
        {
            "start": 873484014,
            "stop": 873484020
        },
        {
            "start": 873484024,
            "stop": 873484034
        },
        {
            "start": 873484038,
            "stop": 873484043
        },
        {
            "start": 873484047,
            "stop": 873484054
        },
        {
            "start": 873484058,
            "stop": 873484065
        },
        {
            "start": 873484069,
            "stop": 873484076
        }
    ]
}