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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=404",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 405,
    "results": [
        {
            "start": 932653670,
            "stop": 932654157
        },
        {
            "start": 932654158,
            "stop": 932654259
        },
        {
            "start": 932654260,
            "stop": 932654402
        },
        {
            "start": 932654403,
            "stop": 932654593
        },
        {
            "start": 932654596,
            "stop": 932654766
        },
        {
            "start": 932654767,
            "stop": 932654927
        },
        {
            "start": 932654928,
            "stop": 932655204
        },
        {
            "start": 932655205,
            "stop": 932655529
        },
        {
            "start": 932655530,
            "stop": 932655615
        },
        {
            "start": 932655975,
            "stop": 932656179
        },
        {
            "start": 932656180,
            "stop": 932656195
        },
        {
            "start": 932656196,
            "stop": 932656356
        },
        {
            "start": 932656357,
            "stop": 932656466
        },
        {
            "start": 932656467,
            "stop": 932657289
        },
        {
            "start": 932657290,
            "stop": 932657346
        },
        {
            "start": 932657347,
            "stop": 932657827
        },
        {
            "start": 932657828,
            "stop": 932657924
        },
        {
            "start": 932657926,
            "stop": 932658473
        },
        {
            "start": 932663175,
            "stop": 932663237
        },
        {
            "start": 932663238,
            "stop": 932663462
        }
    ]
}