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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7521",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7519",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7520,
    "results": [
        {
            "start": 970401655,
            "stop": 970401668
        },
        {
            "start": 970401671,
            "stop": 970401694
        },
        {
            "start": 970401697,
            "stop": 970401700
        },
        {
            "start": 970401703,
            "stop": 970401721
        },
        {
            "start": 970401724,
            "stop": 970401729
        },
        {
            "start": 970401732,
            "stop": 970401759
        },
        {
            "start": 970401762,
            "stop": 970401781
        },
        {
            "start": 970401784,
            "stop": 970401790
        },
        {
            "start": 970401793,
            "stop": 970401794
        },
        {
            "start": 970401797,
            "stop": 970401831
        },
        {
            "start": 970401841,
            "stop": 970401849
        },
        {
            "start": 970401855,
            "stop": 970401870
        },
        {
            "start": 970401877,
            "stop": 970401887
        },
        {
            "start": 970401890,
            "stop": 970401892
        },
        {
            "start": 970401898,
            "stop": 970401930
        },
        {
            "start": 970401936,
            "stop": 970401937
        },
        {
            "start": 970401952,
            "stop": 970401953
        },
        {
            "start": 970401965,
            "stop": 970401979
        },
        {
            "start": 970401989,
            "stop": 970401992
        },
        {
            "start": 970401998,
            "stop": 970402054
        }
    ]
}