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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=96",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 97,
    "results": [
        {
            "start": 828039588,
            "stop": 828039724
        },
        {
            "start": 828039834,
            "stop": 828040044
        },
        {
            "start": 828040344,
            "stop": 828041324
        },
        {
            "start": 828042211,
            "stop": 828049066
        },
        {
            "start": 828049068,
            "stop": 828112239
        },
        {
            "start": 828135455,
            "stop": 828138217
        },
        {
            "start": 828138517,
            "stop": 828149107
        },
        {
            "start": 828149341,
            "stop": 828153387
        },
        {
            "start": 828162854,
            "stop": 828163577
        },
        {
            "start": 828163687,
            "stop": 828163779
        },
        {
            "start": 828164079,
            "stop": 828167310
        },
        {
            "start": 828168009,
            "stop": 828169973
        },
        {
            "start": 828169975,
            "stop": 828170897
        },
        {
            "start": 828171232,
            "stop": 828172795
        },
        {
            "start": 828173413,
            "stop": 828173452
        },
        {
            "start": 828173752,
            "stop": 828174262
        },
        {
            "start": 828174372,
            "stop": 828174445
        },
        {
            "start": 828175469,
            "stop": 828178463
        },
        {
            "start": 828178928,
            "stop": 828179066
        },
        {
            "start": 828179176,
            "stop": 828180340
        }
    ]
}