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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=148",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 149,
    "results": [
        {
            "start": 828530341,
            "stop": 828530353
        },
        {
            "start": 828530354,
            "stop": 828530358
        },
        {
            "start": 828530361,
            "stop": 828530470
        },
        {
            "start": 828530471,
            "stop": 828530556
        },
        {
            "start": 828530560,
            "stop": 828530571
        },
        {
            "start": 828530573,
            "stop": 828530624
        },
        {
            "start": 828530627,
            "stop": 828530639
        },
        {
            "start": 828530642,
            "stop": 828530643
        },
        {
            "start": 828530645,
            "stop": 828530769
        },
        {
            "start": 828530772,
            "stop": 828530811
        },
        {
            "start": 828530812,
            "stop": 828530824
        },
        {
            "start": 828530826,
            "stop": 828530866
        },
        {
            "start": 828530868,
            "stop": 828530873
        },
        {
            "start": 828530876,
            "stop": 828530887
        },
        {
            "start": 828530889,
            "stop": 828530911
        },
        {
            "start": 828530913,
            "stop": 828530914
        },
        {
            "start": 828530917,
            "stop": 828530942
        },
        {
            "start": 828530944,
            "stop": 828530957
        },
        {
            "start": 828530959,
            "stop": 828530960
        },
        {
            "start": 828530962,
            "stop": 828530967
        }
    ]
}