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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7537",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7535",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7536,
    "results": [
        {
            "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
        },
        {
            "start": 970402057,
            "stop": 970402085
        },
        {
            "start": 970402088,
            "stop": 970402099
        },
        {
            "start": 970402102,
            "stop": 970402312
        },
        {
            "start": 970402315,
            "stop": 970402346
        },
        {
            "start": 970402349,
            "stop": 970402405
        }
    ]
}