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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=351",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 352,
    "results": [
        {
            "start": 857763125,
            "stop": 857763174
        },
        {
            "start": 857763178,
            "stop": 857763629
        },
        {
            "start": 857763633,
            "stop": 857763648
        },
        {
            "start": 857763662,
            "stop": 857763989
        },
        {
            "start": 857763993,
            "stop": 857764080
        },
        {
            "start": 857764084,
            "stop": 857764099
        },
        {
            "start": 857764112,
            "stop": 857764118
        },
        {
            "start": 857764127,
            "stop": 857764147
        },
        {
            "start": 857764190,
            "stop": 857764200
        },
        {
            "start": 857764204,
            "stop": 857764493
        },
        {
            "start": 857764507,
            "stop": 857764564
        },
        {
            "start": 857765766,
            "stop": 857765795
        },
        {
            "start": 857765799,
            "stop": 857765871
        },
        {
            "start": 857765875,
            "stop": 857766111
        },
        {
            "start": 857766235,
            "stop": 857766251
        },
        {
            "start": 857766255,
            "stop": 857766327
        },
        {
            "start": 857766335,
            "stop": 857766380
        },
        {
            "start": 857766393,
            "stop": 857766418
        },
        {
            "start": 857766422,
            "stop": 857766471
        },
        {
            "start": 857766494,
            "stop": 857766501
        }
    ]
}