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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 28,
    "results": [
        {
            "start": 1369647972,
            "stop": 1369649113
        },
        {
            "start": 1369649115,
            "stop": 1369650306
        },
        {
            "start": 1369650308,
            "stop": 1369651617
        },
        {
            "start": 1369651619,
            "stop": 1369652892
        },
        {
            "start": 1369652897,
            "stop": 1369654199
        },
        {
            "start": 1369654201,
            "stop": 1369655797
        },
        {
            "start": 1369655798,
            "stop": 1369657122
        },
        {
            "start": 1369657124,
            "stop": 1369658484
        },
        {
            "start": 1369658486,
            "stop": 1369659503
        },
        {
            "start": 1369659504,
            "stop": 1369660066
        },
        {
            "start": 1369660067,
            "stop": 1369660248
        },
        {
            "start": 1369660249,
            "stop": 1369661288
        },
        {
            "start": 1369661290,
            "stop": 1369662512
        },
        {
            "start": 1369662514,
            "stop": 1369662913
        },
        {
            "start": 1369662914,
            "stop": 1369665799
        },
        {
            "start": 1369665801,
            "stop": 1369666160
        },
        {
            "start": 1369666165,
            "stop": 1369666965
        },
        {
            "start": 1369666967,
            "stop": 1369667493
        },
        {
            "start": 1369667498,
            "stop": 1369668557
        },
        {
            "start": 1369668558,
            "stop": 1369668599
        }
    ]
}