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_CAT2E/segments?format=api&page=6061
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=6062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6060",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6061,
    "results": [
        {
            "start": 873807939,
            "stop": 873808297
        },
        {
            "start": 873808299,
            "stop": 873808628
        },
        {
            "start": 873808629,
            "stop": 873810300
        },
        {
            "start": 873810420,
            "stop": 873810839
        },
        {
            "start": 873810842,
            "stop": 873811015
        },
        {
            "start": 873811018,
            "stop": 873811049
        },
        {
            "start": 873811052,
            "stop": 873811213
        },
        {
            "start": 873811216,
            "stop": 873811391
        },
        {
            "start": 873811394,
            "stop": 873811477
        },
        {
            "start": 873811480,
            "stop": 873811602
        },
        {
            "start": 873811606,
            "stop": 873811992
        },
        {
            "start": 873812306,
            "stop": 873812572
        },
        {
            "start": 873812574,
            "stop": 873812575
        },
        {
            "start": 873812576,
            "stop": 873812731
        },
        {
            "start": 873812734,
            "stop": 873812746
        },
        {
            "start": 873812749,
            "stop": 873813142
        },
        {
            "start": 873813143,
            "stop": 873813293
        },
        {
            "start": 873813296,
            "stop": 873813327
        },
        {
            "start": 873813330,
            "stop": 873813333
        },
        {
            "start": 873813336,
            "stop": 873813379
        }
    ]
}