Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=91
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=90",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 91,
    "results": [
        {
            "start": 931283598,
            "stop": 931283637
        },
        {
            "start": 931283638,
            "stop": 931283659
        },
        {
            "start": 931283661,
            "stop": 931283700
        },
        {
            "start": 931283703,
            "stop": 931283712
        },
        {
            "start": 931283713,
            "stop": 931283718
        },
        {
            "start": 931283720,
            "stop": 931283724
        },
        {
            "start": 931283726,
            "stop": 931283734
        },
        {
            "start": 931286273,
            "stop": 931286396
        },
        {
            "start": 931286398,
            "stop": 931286986
        },
        {
            "start": 931286988,
            "stop": 931287032
        },
        {
            "start": 931287034,
            "stop": 931287247
        },
        {
            "start": 931287249,
            "stop": 931287259
        },
        {
            "start": 931287261,
            "stop": 931287270
        },
        {
            "start": 931287272,
            "stop": 931287330
        },
        {
            "start": 931287332,
            "stop": 931287401
        },
        {
            "start": 931287403,
            "stop": 931287499
        },
        {
            "start": 931287500,
            "stop": 931287575
        },
        {
            "start": 931287577,
            "stop": 931287649
        },
        {
            "start": 931287651,
            "stop": 931287815
        },
        {
            "start": 931287817,
            "stop": 931287905
        }
    ]
}