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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=471",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 472,
    "results": [
        {
            "start": 865272148,
            "stop": 865272410
        },
        {
            "start": 865272417,
            "stop": 865272430
        },
        {
            "start": 865272438,
            "stop": 865272442
        },
        {
            "start": 865272448,
            "stop": 865274334
        },
        {
            "start": 865274337,
            "stop": 865274346
        },
        {
            "start": 865274350,
            "stop": 865275726
        },
        {
            "start": 865275728,
            "stop": 865276767
        },
        {
            "start": 865276773,
            "stop": 865276785
        },
        {
            "start": 865276790,
            "stop": 865277810
        },
        {
            "start": 865277815,
            "stop": 865277820
        },
        {
            "start": 865277880,
            "stop": 865279200
        },
        {
            "start": 865279260,
            "stop": 865284862
        },
        {
            "start": 865284868,
            "stop": 865288688
        },
        {
            "start": 865288988,
            "stop": 865288993
        },
        {
            "start": 865289103,
            "stop": 865289256
        },
        {
            "start": 865289556,
            "stop": 865294056
        },
        {
            "start": 865294058,
            "stop": 865294065
        },
        {
            "start": 865294070,
            "stop": 865318397
        },
        {
            "start": 865318399,
            "stop": 865330062
        },
        {
            "start": 865330414,
            "stop": 865331366
        }
    ]
}