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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=712",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 713,
    "results": [
        {
            "start": 850725900,
            "stop": 850728896
        },
        {
            "start": 850730023,
            "stop": 850730174
        },
        {
            "start": 850734561,
            "stop": 850735284
        },
        {
            "start": 850736072,
            "stop": 850736087
        },
        {
            "start": 850736487,
            "stop": 850736760
        },
        {
            "start": 850739436,
            "stop": 850739621
        },
        {
            "start": 850769207,
            "stop": 850770240
        },
        {
            "start": 850773870,
            "stop": 850773970
        },
        {
            "start": 850774290,
            "stop": 850774455
        },
        {
            "start": 850779057,
            "stop": 850780273
        },
        {
            "start": 850784707,
            "stop": 850814348
        },
        {
            "start": 850814350,
            "stop": 850825149
        },
        {
            "start": 850825150,
            "stop": 850825155
        },
        {
            "start": 850827133,
            "stop": 850841084
        },
        {
            "start": 850842252,
            "stop": 850845689
        },
        {
            "start": 850845694,
            "stop": 850853420
        },
        {
            "start": 850854708,
            "stop": 850856497
        },
        {
            "start": 850860212,
            "stop": 850880240
        },
        {
            "start": 850881680,
            "stop": 850904700
        },
        {
            "start": 850904703,
            "stop": 850904706
        }
    ]
}