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=3608
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=3609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3607",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3608,
    "results": [
        {
            "start": 872097045,
            "stop": 872099400
        },
        {
            "start": 872099460,
            "stop": 872100120
        },
        {
            "start": 872100186,
            "stop": 872100940
        },
        {
            "start": 872100957,
            "stop": 872101361
        },
        {
            "start": 872101378,
            "stop": 872101684
        },
        {
            "start": 872101701,
            "stop": 872102518
        },
        {
            "start": 872102535,
            "stop": 872102949
        },
        {
            "start": 872102966,
            "stop": 872103325
        },
        {
            "start": 872103329,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872108043
        },
        {
            "start": 872108060,
            "stop": 872108158
        },
        {
            "start": 872108162,
            "stop": 872108884
        },
        {
            "start": 872108901,
            "stop": 872109552
        },
        {
            "start": 872109569,
            "stop": 872110080
        },
        {
            "start": 872110140,
            "stop": 872110560
        },
        {
            "start": 872110620,
            "stop": 872112549
        },
        {
            "start": 872112572,
            "stop": 872112577
        },
        {
            "start": 872112594,
            "stop": 872112923
        },
        {
            "start": 872112940,
            "stop": 872113175
        },
        {
            "start": 872113192,
            "stop": 872113787
        }
    ]
}