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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=151",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 152,
    "results": [
        {
            "start": 839780615,
            "stop": 839780625
        },
        {
            "start": 839780639,
            "stop": 839780706
        },
        {
            "start": 839780857,
            "stop": 839783088
        },
        {
            "start": 839783406,
            "stop": 839784565
        },
        {
            "start": 839784733,
            "stop": 839786972
        },
        {
            "start": 839786973,
            "stop": 839787005
        },
        {
            "start": 839787007,
            "stop": 839787013
        },
        {
            "start": 839787014,
            "stop": 839788024
        },
        {
            "start": 839788180,
            "stop": 839788378
        },
        {
            "start": 839788496,
            "stop": 839788830
        },
        {
            "start": 839788955,
            "stop": 839792312
        },
        {
            "start": 839792314,
            "stop": 839792332
        },
        {
            "start": 839793828,
            "stop": 839794455
        },
        {
            "start": 839794949,
            "stop": 839801324
        },
        {
            "start": 839802199,
            "stop": 839808221
        },
        {
            "start": 839809244,
            "stop": 839828579
        },
        {
            "start": 839829478,
            "stop": 839848823
        },
        {
            "start": 839850171,
            "stop": 839863878
        },
        {
            "start": 839864921,
            "stop": 839868070
        },
        {
            "start": 839868078,
            "stop": 839871315
        }
    ]
}