Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6966
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=6967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6965",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6966,
    "results": [
        {
            "start": 873798796,
            "stop": 873798845
        },
        {
            "start": 873798849,
            "stop": 873799117
        },
        {
            "start": 873799120,
            "stop": 873799175
        },
        {
            "start": 873799178,
            "stop": 873799194
        },
        {
            "start": 873799197,
            "stop": 873799200
        },
        {
            "start": 873799206,
            "stop": 873799372
        },
        {
            "start": 873799376,
            "stop": 873799580
        },
        {
            "start": 873799584,
            "stop": 873799626
        },
        {
            "start": 873799629,
            "stop": 873799688
        },
        {
            "start": 873799692,
            "stop": 873799749
        },
        {
            "start": 873799754,
            "stop": 873799757
        },
        {
            "start": 873799760,
            "stop": 873799772
        },
        {
            "start": 873799776,
            "stop": 873799798
        },
        {
            "start": 873799807,
            "stop": 873799813
        },
        {
            "start": 873799819,
            "stop": 873799825
        },
        {
            "start": 873799828,
            "stop": 873799858
        },
        {
            "start": 873799861,
            "stop": 873799910
        },
        {
            "start": 873799914,
            "stop": 873799921
        },
        {
            "start": 873799924,
            "stop": 873799955
        },
        {
            "start": 873799959,
            "stop": 873799973
        }
    ]
}