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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 237,
    "results": [
        {
            "start": 818215150,
            "stop": 818215151
        },
        {
            "start": 818215156,
            "stop": 818215157
        },
        {
            "start": 818215165,
            "stop": 818215168
        },
        {
            "start": 818215176,
            "stop": 818215179
        },
        {
            "start": 818215204,
            "stop": 818215207
        },
        {
            "start": 818215237,
            "stop": 818215243
        },
        {
            "start": 818215246,
            "stop": 818215257
        },
        {
            "start": 818215272,
            "stop": 818215274
        },
        {
            "start": 818215285,
            "stop": 818215291
        },
        {
            "start": 818215308,
            "stop": 818215309
        },
        {
            "start": 818215316,
            "stop": 818215318
        },
        {
            "start": 818215324,
            "stop": 818215327
        },
        {
            "start": 818215339,
            "stop": 818215341
        },
        {
            "start": 818215348,
            "stop": 818215350
        },
        {
            "start": 818215372,
            "stop": 818215373
        },
        {
            "start": 818215397,
            "stop": 818215399
        },
        {
            "start": 818215402,
            "stop": 818215403
        },
        {
            "start": 818215422,
            "stop": 818215423
        },
        {
            "start": 818215434,
            "stop": 818215437
        },
        {
            "start": 818215444,
            "stop": 818215446
        }
    ]
}