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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=361",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 362,
    "results": [
        {
            "start": 931940941,
            "stop": 931940944
        },
        {
            "start": 931940947,
            "stop": 931940958
        },
        {
            "start": 931940961,
            "stop": 931940974
        },
        {
            "start": 931940977,
            "stop": 931941382
        },
        {
            "start": 931941384,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931950015
        },
        {
            "start": 931950375,
            "stop": 931950593
        },
        {
            "start": 931950596,
            "stop": 931951208
        },
        {
            "start": 931951211,
            "stop": 931951314
        },
        {
            "start": 931951316,
            "stop": 931952784
        },
        {
            "start": 931952786,
            "stop": 931952982
        },
        {
            "start": 931954992,
            "stop": 931956071
        },
        {
            "start": 931972859,
            "stop": 931973544
        },
        {
            "start": 931973546,
            "stop": 931975215
        },
        {
            "start": 931975575,
            "stop": 931976366
        },
        {
            "start": 931976369,
            "stop": 931976373
        },
        {
            "start": 931976375,
            "stop": 931978815
        },
        {
            "start": 931979175,
            "stop": 931979308
        },
        {
            "start": 931983901,
            "stop": 931984624
        },
        {
            "start": 931984626,
            "stop": 931985737
        }
    ]
}