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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=152",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 153,
    "results": [
        {
            "start": 931135099,
            "stop": 931135110
        },
        {
            "start": 931135111,
            "stop": 931135112
        },
        {
            "start": 931135114,
            "stop": 931135116
        },
        {
            "start": 931135117,
            "stop": 931135119
        },
        {
            "start": 931135123,
            "stop": 931135129
        },
        {
            "start": 931135131,
            "stop": 931135132
        },
        {
            "start": 931135144,
            "stop": 931135148
        },
        {
            "start": 931135153,
            "stop": 931135154
        },
        {
            "start": 931135160,
            "stop": 931135161
        },
        {
            "start": 931135164,
            "stop": 931135165
        },
        {
            "start": 931135166,
            "stop": 931135186
        },
        {
            "start": 931135187,
            "stop": 931135191
        },
        {
            "start": 931135192,
            "stop": 931135193
        },
        {
            "start": 931135195,
            "stop": 931135196
        },
        {
            "start": 931135197,
            "stop": 931135207
        },
        {
            "start": 931135212,
            "stop": 931135213
        },
        {
            "start": 931135214,
            "stop": 931135216
        },
        {
            "start": 931135218,
            "stop": 931135221
        },
        {
            "start": 931135222,
            "stop": 931135227
        },
        {
            "start": 931135228,
            "stop": 931135237
        }
    ]
}