Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33372
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=33373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33371",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33372,
    "results": [
        {
            "start": 971530036,
            "stop": 971530041
        },
        {
            "start": 971530044,
            "stop": 971530054
        },
        {
            "start": 971530059,
            "stop": 971530063
        },
        {
            "start": 971530068,
            "stop": 971530089
        },
        {
            "start": 971530097,
            "stop": 971530105
        },
        {
            "start": 971530108,
            "stop": 971530111
        },
        {
            "start": 971530115,
            "stop": 971530149
        },
        {
            "start": 971530152,
            "stop": 971530166
        },
        {
            "start": 971530169,
            "stop": 971530175
        },
        {
            "start": 971530176,
            "stop": 971530343
        },
        {
            "start": 971530346,
            "stop": 971530369
        },
        {
            "start": 971530378,
            "stop": 971530404
        },
        {
            "start": 971530407,
            "stop": 971530426
        },
        {
            "start": 971530430,
            "stop": 971530473
        },
        {
            "start": 971530479,
            "stop": 971530482
        },
        {
            "start": 971530485,
            "stop": 971530518
        },
        {
            "start": 971530521,
            "stop": 971530539
        },
        {
            "start": 971530543,
            "stop": 971530559
        },
        {
            "start": 971530562,
            "stop": 971530577
        },
        {
            "start": 971530580,
            "stop": 971530596
        }
    ]
}