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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=148",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 149,
    "results": [
        {
            "start": 818076906,
            "stop": 818076916
        },
        {
            "start": 818076920,
            "stop": 818076922
        },
        {
            "start": 818076927,
            "stop": 818076928
        },
        {
            "start": 818076934,
            "stop": 818076935
        },
        {
            "start": 818076938,
            "stop": 818076940
        },
        {
            "start": 818076943,
            "stop": 818076949
        },
        {
            "start": 818076953,
            "stop": 818076954
        },
        {
            "start": 818076960,
            "stop": 818076969
        },
        {
            "start": 818076974,
            "stop": 818076978
        },
        {
            "start": 818076993,
            "stop": 818076999
        },
        {
            "start": 818077003,
            "stop": 818077004
        },
        {
            "start": 818077007,
            "stop": 818077010
        },
        {
            "start": 818077018,
            "stop": 818077021
        },
        {
            "start": 818077039,
            "stop": 818077043
        },
        {
            "start": 818077046,
            "stop": 818077048
        },
        {
            "start": 818077053,
            "stop": 818077055
        },
        {
            "start": 818077063,
            "stop": 818077068
        },
        {
            "start": 818077072,
            "stop": 818077075
        },
        {
            "start": 818077092,
            "stop": 818077096
        },
        {
            "start": 818077101,
            "stop": 818077102
        }
    ]
}