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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33105",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33106,
    "results": [
        {
            "start": 970556835,
            "stop": 970556860
        },
        {
            "start": 970556863,
            "stop": 970556864
        },
        {
            "start": 970556865,
            "stop": 970556937
        },
        {
            "start": 970556939,
            "stop": 970556942
        },
        {
            "start": 970556943,
            "stop": 970556974
        },
        {
            "start": 970556975,
            "stop": 970556977
        },
        {
            "start": 970556978,
            "stop": 970556995
        },
        {
            "start": 970556997,
            "stop": 970557034
        },
        {
            "start": 970557035,
            "stop": 970557042
        },
        {
            "start": 970557043,
            "stop": 970557044
        },
        {
            "start": 970557045,
            "stop": 970557054
        },
        {
            "start": 970557056,
            "stop": 970557059
        },
        {
            "start": 970557060,
            "stop": 970557062
        },
        {
            "start": 970557064,
            "stop": 970557070
        },
        {
            "start": 970557071,
            "stop": 970557096
        },
        {
            "start": 970557098,
            "stop": 970557140
        },
        {
            "start": 970557141,
            "stop": 970557144
        },
        {
            "start": 970557147,
            "stop": 970557159
        },
        {
            "start": 970557160,
            "stop": 970557163
        },
        {
            "start": 970557164,
            "stop": 970557167
        }
    ]
}