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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=320",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 321,
    "results": [
        {
            "start": 821245807,
            "stop": 821245904
        },
        {
            "start": 821245923,
            "stop": 821245943
        },
        {
            "start": 821245962,
            "stop": 821245988
        },
        {
            "start": 821246016,
            "stop": 821246078
        },
        {
            "start": 821246097,
            "stop": 821246211
        },
        {
            "start": 821246230,
            "stop": 821247018
        },
        {
            "start": 821247037,
            "stop": 821247276
        },
        {
            "start": 821247295,
            "stop": 821247522
        },
        {
            "start": 821247541,
            "stop": 821247641
        },
        {
            "start": 821247660,
            "stop": 821247714
        },
        {
            "start": 821247733,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821248241
        },
        {
            "start": 821248260,
            "stop": 821248438
        },
        {
            "start": 821248441,
            "stop": 821248452
        },
        {
            "start": 821248455,
            "stop": 821248636
        },
        {
            "start": 821248655,
            "stop": 821249009
        },
        {
            "start": 821249028,
            "stop": 821249089
        },
        {
            "start": 821249108,
            "stop": 821249717
        },
        {
            "start": 821249736,
            "stop": 821250023
        },
        {
            "start": 821250042,
            "stop": 821250559
        }
    ]
}