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=7033
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=7034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7032",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7033,
    "results": [
        {
            "start": 874057195,
            "stop": 874059151
        },
        {
            "start": 874059154,
            "stop": 874059534
        },
        {
            "start": 874059538,
            "stop": 874060368
        },
        {
            "start": 874060371,
            "stop": 874061598
        },
        {
            "start": 874061601,
            "stop": 874062041
        },
        {
            "start": 874062044,
            "stop": 874065460
        },
        {
            "start": 874065461,
            "stop": 874065509
        },
        {
            "start": 874065510,
            "stop": 874065843
        },
        {
            "start": 874065846,
            "stop": 874066115
        },
        {
            "start": 874066118,
            "stop": 874067985
        },
        {
            "start": 874067986,
            "stop": 874068060
        },
        {
            "start": 874068061,
            "stop": 874069298
        },
        {
            "start": 874069301,
            "stop": 874070726
        },
        {
            "start": 874070729,
            "stop": 874073234
        },
        {
            "start": 874073237,
            "stop": 874073309
        },
        {
            "start": 874073312,
            "stop": 874073823
        },
        {
            "start": 874073975,
            "stop": 874074964
        },
        {
            "start": 874075127,
            "stop": 874075926
        },
        {
            "start": 874075928,
            "stop": 874076365
        },
        {
            "start": 874076368,
            "stop": 874076772
        }
    ]
}