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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=188",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 189,
    "results": [
        {
            "start": 820240825,
            "stop": 820240885
        },
        {
            "start": 820240893,
            "stop": 820240995
        },
        {
            "start": 820241003,
            "stop": 820241648
        },
        {
            "start": 820241655,
            "stop": 820241746
        },
        {
            "start": 820241753,
            "stop": 820242009
        },
        {
            "start": 820242016,
            "stop": 820242759
        },
        {
            "start": 820242767,
            "stop": 820242773
        },
        {
            "start": 820242781,
            "stop": 820242840
        },
        {
            "start": 820242847,
            "stop": 820243119
        },
        {
            "start": 820243127,
            "stop": 820243205
        },
        {
            "start": 820243212,
            "stop": 820243238
        },
        {
            "start": 820243246,
            "stop": 820243256
        },
        {
            "start": 820243263,
            "stop": 820243452
        },
        {
            "start": 820243459,
            "stop": 820243653
        },
        {
            "start": 820243660,
            "stop": 820243717
        },
        {
            "start": 820243724,
            "stop": 820243827
        },
        {
            "start": 820243835,
            "stop": 820244449
        },
        {
            "start": 820244453,
            "stop": 820244620
        },
        {
            "start": 820244628,
            "stop": 820244767
        },
        {
            "start": 820244774,
            "stop": 820245082
        }
    ]
}