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=5221
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=5222",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5220",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5221,
    "results": [
        {
            "start": 1137047274,
            "stop": 1137047290
        },
        {
            "start": 1137047292,
            "stop": 1137047295
        },
        {
            "start": 1137047297,
            "stop": 1137047298
        },
        {
            "start": 1137047301,
            "stop": 1137047323
        },
        {
            "start": 1137047325,
            "stop": 1137047327
        },
        {
            "start": 1137047329,
            "stop": 1137047393
        },
        {
            "start": 1137047395,
            "stop": 1137047396
        },
        {
            "start": 1137047398,
            "stop": 1137047461
        },
        {
            "start": 1137047463,
            "stop": 1137047480
        },
        {
            "start": 1137047482,
            "stop": 1137047484
        },
        {
            "start": 1137047486,
            "stop": 1137047487
        },
        {
            "start": 1137047489,
            "stop": 1137047491
        },
        {
            "start": 1137047493,
            "stop": 1137047496
        },
        {
            "start": 1137047498,
            "stop": 1137047547
        },
        {
            "start": 1137047548,
            "stop": 1137047565
        },
        {
            "start": 1137047566,
            "stop": 1137047607
        },
        {
            "start": 1137047609,
            "stop": 1137047616
        },
        {
            "start": 1137047618,
            "stop": 1137047651
        },
        {
            "start": 1137047653,
            "stop": 1137047657
        },
        {
            "start": 1137047659,
            "stop": 1137047662
        }
    ]
}