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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5164",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5162",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5163,
    "results": [
        {
            "start": 1136263245,
            "stop": 1136263270
        },
        {
            "start": 1136263272,
            "stop": 1136263306
        },
        {
            "start": 1136263308,
            "stop": 1136263324
        },
        {
            "start": 1136263326,
            "stop": 1136263388
        },
        {
            "start": 1136263390,
            "stop": 1136263457
        },
        {
            "start": 1136263459,
            "stop": 1136263462
        },
        {
            "start": 1136263464,
            "stop": 1136263496
        },
        {
            "start": 1136263499,
            "stop": 1136263517
        },
        {
            "start": 1136263519,
            "stop": 1136263529
        },
        {
            "start": 1136263531,
            "stop": 1136263534
        },
        {
            "start": 1136263536,
            "stop": 1136263538
        },
        {
            "start": 1136263540,
            "stop": 1136263553
        },
        {
            "start": 1136263555,
            "stop": 1136263569
        },
        {
            "start": 1136263571,
            "stop": 1136263574
        },
        {
            "start": 1136263576,
            "stop": 1136263580
        },
        {
            "start": 1136263582,
            "stop": 1136263591
        },
        {
            "start": 1136263593,
            "stop": 1136263610
        },
        {
            "start": 1136263613,
            "stop": 1136263651
        },
        {
            "start": 1136263653,
            "stop": 1136263712
        },
        {
            "start": 1136263714,
            "stop": 1136263716
        }
    ]
}