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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=282",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 283,
    "results": [
        {
            "start": 1177750706,
            "stop": 1177750745
        },
        {
            "start": 1177750746,
            "stop": 1177750748
        },
        {
            "start": 1177750749,
            "stop": 1177751003
        },
        {
            "start": 1177751004,
            "stop": 1177751119
        },
        {
            "start": 1177751120,
            "stop": 1177752109
        },
        {
            "start": 1177752110,
            "stop": 1177752959
        },
        {
            "start": 1177752960,
            "stop": 1177753384
        },
        {
            "start": 1177753385,
            "stop": 1177753408
        },
        {
            "start": 1177753412,
            "stop": 1177753462
        },
        {
            "start": 1177753463,
            "stop": 1177753575
        },
        {
            "start": 1177753576,
            "stop": 1177753578
        },
        {
            "start": 1177753581,
            "stop": 1177753583
        },
        {
            "start": 1177753584,
            "stop": 1177753585
        },
        {
            "start": 1177753587,
            "stop": 1177753648
        },
        {
            "start": 1177753649,
            "stop": 1177753677
        },
        {
            "start": 1177753678,
            "stop": 1177754055
        },
        {
            "start": 1177754056,
            "stop": 1177754447
        },
        {
            "start": 1177754448,
            "stop": 1177755761
        },
        {
            "start": 1177755763,
            "stop": 1177755764
        },
        {
            "start": 1177755765,
            "stop": 1177755868
        }
    ]
}