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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2045",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2046,
    "results": [
        {
            "start": 860342743,
            "stop": 860342778
        },
        {
            "start": 860342781,
            "stop": 860342821
        },
        {
            "start": 860342824,
            "stop": 860342832
        },
        {
            "start": 860342835,
            "stop": 860342837
        },
        {
            "start": 860342842,
            "stop": 860342848
        },
        {
            "start": 860342852,
            "stop": 860342853
        },
        {
            "start": 860342859,
            "stop": 860342910
        },
        {
            "start": 860342970,
            "stop": 860342974
        },
        {
            "start": 860342980,
            "stop": 860342995
        },
        {
            "start": 860343966,
            "stop": 860346955
        },
        {
            "start": 860346960,
            "stop": 860347010
        },
        {
            "start": 860347015,
            "stop": 860347038
        },
        {
            "start": 860347119,
            "stop": 860347160
        },
        {
            "start": 860347163,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860348912
        },
        {
            "start": 860348918,
            "stop": 860351475
        },
        {
            "start": 860351480,
            "stop": 860351500
        },
        {
            "start": 860351515,
            "stop": 860351517
        },
        {
            "start": 860351523,
            "stop": 860351525
        },
        {
            "start": 860351533,
            "stop": 860351539
        }
    ]
}