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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=287",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 288,
    "results": [
        {
            "start": 931173414,
            "stop": 931173417
        },
        {
            "start": 931173418,
            "stop": 931173424
        },
        {
            "start": 931173425,
            "stop": 931173426
        },
        {
            "start": 931173427,
            "stop": 931173428
        },
        {
            "start": 931173429,
            "stop": 931173438
        },
        {
            "start": 931173440,
            "stop": 931173443
        },
        {
            "start": 931173444,
            "stop": 931173450
        },
        {
            "start": 931173454,
            "stop": 931173456
        },
        {
            "start": 931173459,
            "stop": 931173468
        },
        {
            "start": 931173470,
            "stop": 931173473
        },
        {
            "start": 931173475,
            "stop": 931173477
        },
        {
            "start": 931173478,
            "stop": 931173488
        },
        {
            "start": 931173489,
            "stop": 931173497
        },
        {
            "start": 931173498,
            "stop": 931173500
        },
        {
            "start": 931173501,
            "stop": 931173503
        },
        {
            "start": 931173504,
            "stop": 931173506
        },
        {
            "start": 931173508,
            "stop": 931173512
        },
        {
            "start": 931173513,
            "stop": 931173518
        },
        {
            "start": 931173519,
            "stop": 931173520
        },
        {
            "start": 931173521,
            "stop": 931173527
        }
    ]
}