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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16709",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16710,
    "results": [
        {
            "start": 875000175,
            "stop": 875000205
        },
        {
            "start": 875000206,
            "stop": 875000213
        },
        {
            "start": 875000214,
            "stop": 875000294
        },
        {
            "start": 875000297,
            "stop": 875000399
        },
        {
            "start": 875000400,
            "stop": 875000526
        },
        {
            "start": 875000528,
            "stop": 875000543
        },
        {
            "start": 875000544,
            "stop": 875000765
        },
        {
            "start": 875000768,
            "stop": 875000904
        },
        {
            "start": 875000905,
            "stop": 875000927
        },
        {
            "start": 875000928,
            "stop": 875001013
        },
        {
            "start": 875001014,
            "stop": 875001073
        },
        {
            "start": 875001075,
            "stop": 875001088
        },
        {
            "start": 875001089,
            "stop": 875001149
        },
        {
            "start": 875001151,
            "stop": 875001224
        },
        {
            "start": 875001225,
            "stop": 875001412
        },
        {
            "start": 875001414,
            "stop": 875001481
        },
        {
            "start": 875001483,
            "stop": 875001582
        },
        {
            "start": 875001583,
            "stop": 875001653
        },
        {
            "start": 875001654,
            "stop": 875001655
        },
        {
            "start": 875001657,
            "stop": 875001660
        }
    ]
}