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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=16",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 17,
    "results": [
        {
            "start": 946863500,
            "stop": 946863612
        },
        {
            "start": 946871899,
            "stop": 946872012
        },
        {
            "start": 946886059,
            "stop": 946886212
        },
        {
            "start": 946913556,
            "stop": 946913668
        },
        {
            "start": 946918316,
            "stop": 946918428
        },
        {
            "start": 946992603,
            "stop": 946992716
        },
        {
            "start": 947047115,
            "stop": 947047276
        },
        {
            "start": 947072524,
            "stop": 947072636
        },
        {
            "start": 947081332,
            "stop": 947081444
        },
        {
            "start": 947191116,
            "stop": 947191228
        },
        {
            "start": 947199067,
            "stop": 947199180
        },
        {
            "start": 947228843,
            "stop": 947228996
        },
        {
            "start": 947299452,
            "stop": 947299563
        },
        {
            "start": 947307827,
            "stop": 947307940
        },
        {
            "start": 947699518,
            "stop": 947699679
        },
        {
            "start": 947864310,
            "stop": 947864423
        },
        {
            "start": 947884207,
            "stop": 947884318
        },
        {
            "start": 948531502,
            "stop": 948531615
        },
        {
            "start": 954247542,
            "stop": 954247655
        },
        {
            "start": 954265223,
            "stop": 954265383
        }
    ]
}