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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=277",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 278,
    "results": [
        {
            "start": 850111679,
            "stop": 850111723
        },
        {
            "start": 850111726,
            "stop": 850111732
        },
        {
            "start": 850111741,
            "stop": 850112079
        },
        {
            "start": 850112083,
            "stop": 850112233
        },
        {
            "start": 850117547,
            "stop": 850137733
        },
        {
            "start": 850140418,
            "stop": 850161550
        },
        {
            "start": 850162544,
            "stop": 850164463
        },
        {
            "start": 850165234,
            "stop": 850182189
        },
        {
            "start": 850182444,
            "stop": 850187413
        },
        {
            "start": 850240766,
            "stop": 850240902
        },
        {
            "start": 850240916,
            "stop": 850240965
        },
        {
            "start": 850240969,
            "stop": 850240975
        },
        {
            "start": 850240983,
            "stop": 850241010
        },
        {
            "start": 850241013,
            "stop": 850241019
        },
        {
            "start": 850241028,
            "stop": 850241037
        },
        {
            "start": 850241040,
            "stop": 850241043
        },
        {
            "start": 850241047,
            "stop": 850241071
        },
        {
            "start": 850241084,
            "stop": 850241095
        },
        {
            "start": 850241103,
            "stop": 850241114
        },
        {
            "start": 850241122,
            "stop": 850241238
        }
    ]
}