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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6279",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6280,
    "results": [
        {
            "start": 875099354,
            "stop": 875099366
        },
        {
            "start": 875099371,
            "stop": 875099377
        },
        {
            "start": 875099380,
            "stop": 875099444
        },
        {
            "start": 875099445,
            "stop": 875099702
        },
        {
            "start": 875099704,
            "stop": 875099753
        },
        {
            "start": 875099756,
            "stop": 875099768
        },
        {
            "start": 875099770,
            "stop": 875099835
        },
        {
            "start": 875099842,
            "stop": 875099843
        },
        {
            "start": 875099850,
            "stop": 875099856
        },
        {
            "start": 875099859,
            "stop": 875099865
        },
        {
            "start": 875099868,
            "stop": 875099884
        },
        {
            "start": 875099890,
            "stop": 875099898
        },
        {
            "start": 875099906,
            "stop": 875100028
        },
        {
            "start": 875100031,
            "stop": 875100269
        },
        {
            "start": 875100271,
            "stop": 875100316
        },
        {
            "start": 875100319,
            "stop": 875100326
        },
        {
            "start": 875100332,
            "stop": 875100344
        },
        {
            "start": 875100347,
            "stop": 875100351
        },
        {
            "start": 875100355,
            "stop": 875100364
        },
        {
            "start": 875100370,
            "stop": 875100401
        }
    ]
}