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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=167",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 168,
    "results": [
        {
            "start": 819800307,
            "stop": 819800391
        },
        {
            "start": 819800394,
            "stop": 819800580
        },
        {
            "start": 819800640,
            "stop": 819801058
        },
        {
            "start": 819801061,
            "stop": 819801245
        },
        {
            "start": 819801248,
            "stop": 819801692
        },
        {
            "start": 819801695,
            "stop": 819801852
        },
        {
            "start": 819801855,
            "stop": 819801879
        },
        {
            "start": 819803753,
            "stop": 819804760
        },
        {
            "start": 819804763,
            "stop": 819806727
        },
        {
            "start": 819806730,
            "stop": 819806784
        },
        {
            "start": 819806787,
            "stop": 819807072
        },
        {
            "start": 819807104,
            "stop": 819807332
        },
        {
            "start": 819807336,
            "stop": 819807660
        },
        {
            "start": 819807720,
            "stop": 819807962
        },
        {
            "start": 819807966,
            "stop": 819808475
        },
        {
            "start": 819808478,
            "stop": 819809400
        },
        {
            "start": 819809403,
            "stop": 819809891
        },
        {
            "start": 819809894,
            "stop": 819810540
        },
        {
            "start": 819810600,
            "stop": 819811200
        },
        {
            "start": 819811232,
            "stop": 819812476
        }
    ]
}