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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1778",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1776",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1777,
    "results": [
        {
            "start": 959232300,
            "stop": 959236279
        },
        {
            "start": 959236280,
            "stop": 959243616
        },
        {
            "start": 959243619,
            "stop": 959255688
        },
        {
            "start": 959255690,
            "stop": 959255704
        },
        {
            "start": 959260070,
            "stop": 959260081
        },
        {
            "start": 959260701,
            "stop": 959261968
        },
        {
            "start": 959261975,
            "stop": 959261978
        },
        {
            "start": 959261980,
            "stop": 959262000
        },
        {
            "start": 959262005,
            "stop": 959262037
        },
        {
            "start": 959262041,
            "stop": 959262061
        },
        {
            "start": 959262064,
            "stop": 959263198
        },
        {
            "start": 959263200,
            "stop": 959264534
        },
        {
            "start": 959264536,
            "stop": 959268615
        },
        {
            "start": 959268638,
            "stop": 959272507
        },
        {
            "start": 959272510,
            "stop": 959272577
        },
        {
            "start": 959272580,
            "stop": 959272613
        },
        {
            "start": 959272615,
            "stop": 959272656
        },
        {
            "start": 959272658,
            "stop": 959272715
        },
        {
            "start": 959276614,
            "stop": 959286421
        },
        {
            "start": 959286423,
            "stop": 959286525
        }
    ]
}