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=6940
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=6941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6939",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6940,
    "results": [
        {
            "start": 873728937,
            "stop": 873728943
        },
        {
            "start": 873728944,
            "stop": 873728951
        },
        {
            "start": 873728953,
            "stop": 873728995
        },
        {
            "start": 873728996,
            "stop": 873729017
        },
        {
            "start": 873729020,
            "stop": 873729038
        },
        {
            "start": 873729045,
            "stop": 873729094
        },
        {
            "start": 873729095,
            "stop": 873729129
        },
        {
            "start": 873729131,
            "stop": 873729148
        },
        {
            "start": 873729173,
            "stop": 873729175
        },
        {
            "start": 873729177,
            "stop": 873729239
        },
        {
            "start": 873729243,
            "stop": 873729279
        },
        {
            "start": 873729286,
            "stop": 873729343
        },
        {
            "start": 873729346,
            "stop": 873729350
        },
        {
            "start": 873729353,
            "stop": 873729388
        },
        {
            "start": 873729392,
            "stop": 873729395
        },
        {
            "start": 873729404,
            "stop": 873729473
        },
        {
            "start": 873729476,
            "stop": 873729482
        },
        {
            "start": 873729487,
            "stop": 873729519
        },
        {
            "start": 873729522,
            "stop": 873729540
        },
        {
            "start": 873729600,
            "stop": 873729603
        }
    ]
}