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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1958",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1956",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1957,
    "results": [
        {
            "start": 1253104900,
            "stop": 1253105152
        },
        {
            "start": 1253105155,
            "stop": 1253106673
        },
        {
            "start": 1253106676,
            "stop": 1253106734
        },
        {
            "start": 1253106737,
            "stop": 1253108107
        },
        {
            "start": 1253108110,
            "stop": 1253109088
        },
        {
            "start": 1253109091,
            "stop": 1253110136
        },
        {
            "start": 1253110139,
            "stop": 1253110472
        },
        {
            "start": 1253110475,
            "stop": 1253112364
        },
        {
            "start": 1253112365,
            "stop": 1253112565
        },
        {
            "start": 1253112568,
            "stop": 1253114801
        },
        {
            "start": 1253114804,
            "stop": 1253116906
        },
        {
            "start": 1253116909,
            "stop": 1253120439
        },
        {
            "start": 1253120442,
            "stop": 1253124621
        },
        {
            "start": 1253124624,
            "stop": 1253130861
        },
        {
            "start": 1253130864,
            "stop": 1253131608
        },
        {
            "start": 1253131611,
            "stop": 1253131733
        },
        {
            "start": 1253131735,
            "stop": 1253133522
        },
        {
            "start": 1253133525,
            "stop": 1253133676
        },
        {
            "start": 1253133684,
            "stop": 1253133948
        },
        {
            "start": 1253133949,
            "stop": 1253135141
        }
    ]
}