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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=338",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 339,
    "results": [
        {
            "start": 845610773,
            "stop": 845610857
        },
        {
            "start": 845610859,
            "stop": 845614634
        },
        {
            "start": 845614636,
            "stop": 845620707
        },
        {
            "start": 845621440,
            "stop": 845623274
        },
        {
            "start": 845624118,
            "stop": 845627220
        },
        {
            "start": 845627222,
            "stop": 845630519
        },
        {
            "start": 845630521,
            "stop": 845630845
        },
        {
            "start": 845630847,
            "stop": 845632522
        },
        {
            "start": 845632524,
            "stop": 845634233
        },
        {
            "start": 845634235,
            "stop": 845634732
        },
        {
            "start": 845634734,
            "stop": 845638679
        },
        {
            "start": 845639686,
            "stop": 845642850
        },
        {
            "start": 845642852,
            "stop": 845643498
        },
        {
            "start": 845643499,
            "stop": 845646529
        },
        {
            "start": 845646531,
            "stop": 845648520
        },
        {
            "start": 845648522,
            "stop": 845648907
        },
        {
            "start": 845650377,
            "stop": 845650778
        },
        {
            "start": 845651953,
            "stop": 845657075
        },
        {
            "start": 845658884,
            "stop": 845659750
        },
        {
            "start": 845661088,
            "stop": 845661491
        }
    ]
}