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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8105",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8106,
    "results": [
        {
            "start": 872675777,
            "stop": 872676533
        },
        {
            "start": 872676550,
            "stop": 872677314
        },
        {
            "start": 872677336,
            "stop": 872677570
        },
        {
            "start": 872677589,
            "stop": 872678219
        },
        {
            "start": 872678236,
            "stop": 872679314
        },
        {
            "start": 872679333,
            "stop": 872679493
        },
        {
            "start": 872679517,
            "stop": 872679563
        },
        {
            "start": 872679582,
            "stop": 872679955
        },
        {
            "start": 872679977,
            "stop": 872680003
        },
        {
            "start": 872680022,
            "stop": 872680689
        },
        {
            "start": 872680706,
            "stop": 872680829
        },
        {
            "start": 872680848,
            "stop": 872680932
        },
        {
            "start": 872680951,
            "stop": 872683038
        },
        {
            "start": 872683055,
            "stop": 872683086
        },
        {
            "start": 872685519,
            "stop": 872685531
        },
        {
            "start": 872685548,
            "stop": 872685569
        },
        {
            "start": 872685597,
            "stop": 872685651
        },
        {
            "start": 872685668,
            "stop": 872685715
        },
        {
            "start": 872685732,
            "stop": 872685939
        },
        {
            "start": 872685956,
            "stop": 872686892
        }
    ]
}