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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33254",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33255,
    "results": [
        {
            "start": 970989791,
            "stop": 970989807
        },
        {
            "start": 970989808,
            "stop": 970989817
        },
        {
            "start": 970989819,
            "stop": 970989917
        },
        {
            "start": 970989918,
            "stop": 970989922
        },
        {
            "start": 970989923,
            "stop": 970989938
        },
        {
            "start": 970989941,
            "stop": 970989961
        },
        {
            "start": 970989962,
            "stop": 970989977
        },
        {
            "start": 970989978,
            "stop": 970989986
        },
        {
            "start": 970989987,
            "stop": 970989994
        },
        {
            "start": 970989996,
            "stop": 970990029
        },
        {
            "start": 970990031,
            "stop": 970990068
        },
        {
            "start": 970990071,
            "stop": 970990108
        },
        {
            "start": 970990110,
            "stop": 970990114
        },
        {
            "start": 970990116,
            "stop": 970990118
        },
        {
            "start": 970990119,
            "stop": 970990170
        },
        {
            "start": 970990171,
            "stop": 970990178
        },
        {
            "start": 970990179,
            "stop": 970990182
        },
        {
            "start": 970990183,
            "stop": 970990202
        },
        {
            "start": 970990204,
            "stop": 970990273
        },
        {
            "start": 970990276,
            "stop": 970990304
        }
    ]
}