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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=299",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 300,
    "results": [
        {
            "start": 821051024,
            "stop": 821051025
        },
        {
            "start": 821051043,
            "stop": 821051054
        },
        {
            "start": 821051063,
            "stop": 821051140
        },
        {
            "start": 821051143,
            "stop": 821051283
        },
        {
            "start": 821051302,
            "stop": 821051314
        },
        {
            "start": 821051319,
            "stop": 821051332
        },
        {
            "start": 821051335,
            "stop": 821051454
        },
        {
            "start": 821051463,
            "stop": 821051480
        },
        {
            "start": 821051483,
            "stop": 821051499
        },
        {
            "start": 821051512,
            "stop": 821051518
        },
        {
            "start": 821051521,
            "stop": 821051537
        },
        {
            "start": 821051545,
            "stop": 821051546
        },
        {
            "start": 821051550,
            "stop": 821051587
        },
        {
            "start": 821051606,
            "stop": 821051625
        },
        {
            "start": 821051643,
            "stop": 821051759
        },
        {
            "start": 821051778,
            "stop": 821051853
        },
        {
            "start": 821051857,
            "stop": 821051863
        },
        {
            "start": 821051881,
            "stop": 821051961
        },
        {
            "start": 821051964,
            "stop": 821052004
        },
        {
            "start": 821052023,
            "stop": 821052059
        }
    ]
}