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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 10,
    "results": [
        {
            "start": 816234724,
            "stop": 816234761
        },
        {
            "start": 816234773,
            "stop": 816234774
        },
        {
            "start": 816234780,
            "stop": 816234825
        },
        {
            "start": 816234828,
            "stop": 816234832
        },
        {
            "start": 816234835,
            "stop": 816234841
        },
        {
            "start": 816234845,
            "stop": 816234859
        },
        {
            "start": 816234862,
            "stop": 816234864
        },
        {
            "start": 816234868,
            "stop": 816234883
        },
        {
            "start": 816234891,
            "stop": 816234899
        },
        {
            "start": 816234906,
            "stop": 816234911
        },
        {
            "start": 816234920,
            "stop": 816234961
        },
        {
            "start": 816234968,
            "stop": 816235008
        },
        {
            "start": 816235014,
            "stop": 816235040
        },
        {
            "start": 816235047,
            "stop": 816235058
        },
        {
            "start": 816235064,
            "stop": 816235104
        },
        {
            "start": 816235109,
            "stop": 816235131
        },
        {
            "start": 816235134,
            "stop": 816235196
        },
        {
            "start": 816235202,
            "stop": 816235230
        },
        {
            "start": 816235235,
            "stop": 816235352
        },
        {
            "start": 816235356,
            "stop": 816235421
        }
    ]
}