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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=332",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 333,
    "results": [
        {
            "start": 1240640585,
            "stop": 1240640660
        },
        {
            "start": 1240640661,
            "stop": 1240640868
        },
        {
            "start": 1240640869,
            "stop": 1240641539
        },
        {
            "start": 1240641540,
            "stop": 1240641676
        },
        {
            "start": 1240641679,
            "stop": 1240641707
        },
        {
            "start": 1240641709,
            "stop": 1240641888
        },
        {
            "start": 1240641889,
            "stop": 1240641972
        },
        {
            "start": 1240641973,
            "stop": 1240641991
        },
        {
            "start": 1240641993,
            "stop": 1240642316
        },
        {
            "start": 1240642318,
            "stop": 1240642949
        },
        {
            "start": 1240642950,
            "stop": 1240644032
        },
        {
            "start": 1240644034,
            "stop": 1240644287
        },
        {
            "start": 1240644289,
            "stop": 1240644414
        },
        {
            "start": 1240644415,
            "stop": 1240644581
        },
        {
            "start": 1240644582,
            "stop": 1240644631
        },
        {
            "start": 1240644632,
            "stop": 1240644644
        },
        {
            "start": 1240644645,
            "stop": 1240644737
        },
        {
            "start": 1240644739,
            "stop": 1240645419
        },
        {
            "start": 1240645421,
            "stop": 1240645445
        },
        {
            "start": 1240645446,
            "stop": 1240645506
        }
    ]
}