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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 2,
    "results": [
        {
            "start": 931074809,
            "stop": 931074844
        },
        {
            "start": 931074860,
            "stop": 931074943
        },
        {
            "start": 931074946,
            "stop": 931075060
        },
        {
            "start": 931075072,
            "stop": 931075085
        },
        {
            "start": 931075095,
            "stop": 931075199
        },
        {
            "start": 931075202,
            "stop": 931075209
        },
        {
            "start": 931075218,
            "stop": 931075583
        },
        {
            "start": 931075585,
            "stop": 931075646
        },
        {
            "start": 931075655,
            "stop": 931075768
        },
        {
            "start": 931075777,
            "stop": 931075839
        },
        {
            "start": 931075844,
            "stop": 931075847
        },
        {
            "start": 931075849,
            "stop": 931075853
        },
        {
            "start": 931075854,
            "stop": 931075967
        },
        {
            "start": 931075970,
            "stop": 931075973
        },
        {
            "start": 931075982,
            "stop": 931075983
        },
        {
            "start": 931075995,
            "stop": 931075996
        },
        {
            "start": 931076018,
            "stop": 931076019
        },
        {
            "start": 931076031,
            "stop": 931076038
        },
        {
            "start": 931076049,
            "stop": 931076095
        },
        {
            "start": 931076097,
            "stop": 931076143
        }
    ]
}