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=7383
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=7384",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7382",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7383,
    "results": [
        {
            "start": 969676040,
            "stop": 969676051
        },
        {
            "start": 969676054,
            "stop": 969676057
        },
        {
            "start": 969676060,
            "stop": 969676085
        },
        {
            "start": 969676088,
            "stop": 969676090
        },
        {
            "start": 969676093,
            "stop": 969676151
        },
        {
            "start": 969676155,
            "stop": 969676177
        },
        {
            "start": 969676180,
            "stop": 969676219
        },
        {
            "start": 969676222,
            "stop": 969676274
        },
        {
            "start": 969676277,
            "stop": 969676283
        },
        {
            "start": 969676286,
            "stop": 969676294
        },
        {
            "start": 969676297,
            "stop": 969676327
        },
        {
            "start": 969676333,
            "stop": 969676469
        },
        {
            "start": 969676472,
            "stop": 969676538
        },
        {
            "start": 969676541,
            "stop": 969676575
        },
        {
            "start": 969676578,
            "stop": 969676627
        },
        {
            "start": 969676630,
            "stop": 969676667
        },
        {
            "start": 969676670,
            "stop": 969676734
        },
        {
            "start": 969676737,
            "stop": 969676783
        },
        {
            "start": 969676797,
            "stop": 969676821
        },
        {
            "start": 969676824,
            "stop": 969676835
        }
    ]
}