Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 158,
    "results": [
        {
            "start": 1126688340,
            "stop": 1126688386
        },
        {
            "start": 1126688387,
            "stop": 1126688637
        },
        {
            "start": 1126688639,
            "stop": 1126688663
        },
        {
            "start": 1126688665,
            "stop": 1126688748
        },
        {
            "start": 1126688749,
            "stop": 1126688929
        },
        {
            "start": 1126688930,
            "stop": 1126689129
        },
        {
            "start": 1126689130,
            "stop": 1126689231
        },
        {
            "start": 1126689233,
            "stop": 1126689548
        },
        {
            "start": 1126689549,
            "stop": 1126689689
        },
        {
            "start": 1126689690,
            "stop": 1126689799
        },
        {
            "start": 1126689800,
            "stop": 1126689840
        },
        {
            "start": 1126689842,
            "stop": 1126689873
        },
        {
            "start": 1126689874,
            "stop": 1126689963
        },
        {
            "start": 1126689964,
            "stop": 1126689971
        },
        {
            "start": 1126689973,
            "stop": 1126690028
        },
        {
            "start": 1126690030,
            "stop": 1126690203
        },
        {
            "start": 1126690205,
            "stop": 1126690292
        },
        {
            "start": 1126690293,
            "stop": 1126690348
        },
        {
            "start": 1126690350,
            "stop": 1126690432
        },
        {
            "start": 1126690433,
            "stop": 1126690502
        }
    ]
}