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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 21,
    "results": [
        {
            "start": 1126262567,
            "stop": 1126262629
        },
        {
            "start": 1126262631,
            "stop": 1126262929
        },
        {
            "start": 1126262930,
            "stop": 1126263143
        },
        {
            "start": 1126263145,
            "stop": 1126263176
        },
        {
            "start": 1126263178,
            "stop": 1126263231
        },
        {
            "start": 1126263233,
            "stop": 1126263255
        },
        {
            "start": 1126263257,
            "stop": 1126263561
        },
        {
            "start": 1126263562,
            "stop": 1126263578
        },
        {
            "start": 1126263580,
            "stop": 1126263794
        },
        {
            "start": 1126263795,
            "stop": 1126263908
        },
        {
            "start": 1126263909,
            "stop": 1126264207
        },
        {
            "start": 1126264208,
            "stop": 1126264376
        },
        {
            "start": 1126264377,
            "stop": 1126264391
        },
        {
            "start": 1126264392,
            "stop": 1126264408
        },
        {
            "start": 1126264415,
            "stop": 1126264490
        },
        {
            "start": 1126264491,
            "stop": 1126264780
        },
        {
            "start": 1126264781,
            "stop": 1126265102
        },
        {
            "start": 1126265103,
            "stop": 1126265415
        },
        {
            "start": 1126265416,
            "stop": 1126265715
        },
        {
            "start": 1126265716,
            "stop": 1126265757
        }
    ]
}