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=698
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=699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=697",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 698,
    "results": [
        {
            "start": 830145711,
            "stop": 830145967
        },
        {
            "start": 830145971,
            "stop": 830146155
        },
        {
            "start": 830146158,
            "stop": 830146219
        },
        {
            "start": 830146222,
            "stop": 830146272
        },
        {
            "start": 830146276,
            "stop": 830146293
        },
        {
            "start": 830146312,
            "stop": 830146446
        },
        {
            "start": 830146449,
            "stop": 830146467
        },
        {
            "start": 830146470,
            "stop": 830147100
        },
        {
            "start": 830147160,
            "stop": 830147220
        },
        {
            "start": 830147280,
            "stop": 830147393
        },
        {
            "start": 830147402,
            "stop": 830147460
        },
        {
            "start": 830147580,
            "stop": 830147631
        },
        {
            "start": 830147634,
            "stop": 830147764
        },
        {
            "start": 830147768,
            "stop": 830147892
        },
        {
            "start": 830147896,
            "stop": 830147897
        },
        {
            "start": 830147901,
            "stop": 830147969
        },
        {
            "start": 830147973,
            "stop": 830148004
        },
        {
            "start": 830148008,
            "stop": 830148060
        },
        {
            "start": 830148120,
            "stop": 830148180
        },
        {
            "start": 830148240,
            "stop": 830148242
        }
    ]
}