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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=672",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 673,
    "results": [
        {
            "start": 829703548,
            "stop": 829703593
        },
        {
            "start": 829703703,
            "stop": 829703709
        },
        {
            "start": 829704009,
            "stop": 829704070
        },
        {
            "start": 829704073,
            "stop": 829704195
        },
        {
            "start": 829704198,
            "stop": 829704307
        },
        {
            "start": 829704311,
            "stop": 829704338
        },
        {
            "start": 829704341,
            "stop": 829704342
        },
        {
            "start": 829704346,
            "stop": 829704375
        },
        {
            "start": 829704378,
            "stop": 829704406
        },
        {
            "start": 829704412,
            "stop": 829704484
        },
        {
            "start": 829704487,
            "stop": 829704644
        },
        {
            "start": 829704647,
            "stop": 829704654
        },
        {
            "start": 829704657,
            "stop": 829704668
        },
        {
            "start": 829704671,
            "stop": 829704747
        },
        {
            "start": 829704754,
            "stop": 829704765
        },
        {
            "start": 829704774,
            "stop": 829704800
        },
        {
            "start": 829704804,
            "stop": 829704846
        },
        {
            "start": 829704850,
            "stop": 829704859
        },
        {
            "start": 829704863,
            "stop": 829704869
        },
        {
            "start": 829704872,
            "stop": 829704880
        }
    ]
}