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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=205",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 206,
    "results": [
        {
            "start": 827034909,
            "stop": 827034961
        },
        {
            "start": 827034963,
            "stop": 827034967
        },
        {
            "start": 827034973,
            "stop": 827034980
        },
        {
            "start": 827034985,
            "stop": 827034987
        },
        {
            "start": 827034990,
            "stop": 827034992
        },
        {
            "start": 827034994,
            "stop": 827035005
        },
        {
            "start": 827035007,
            "stop": 827035014
        },
        {
            "start": 827035016,
            "stop": 827035026
        },
        {
            "start": 827035035,
            "stop": 827035038
        },
        {
            "start": 827035042,
            "stop": 827035049
        },
        {
            "start": 827035051,
            "stop": 827035104
        },
        {
            "start": 827035106,
            "stop": 827035236
        },
        {
            "start": 827035238,
            "stop": 827035304
        },
        {
            "start": 827035307,
            "stop": 827035312
        },
        {
            "start": 827035314,
            "stop": 827035695
        },
        {
            "start": 827035697,
            "stop": 827035722
        },
        {
            "start": 827035724,
            "stop": 827035733
        },
        {
            "start": 827035736,
            "stop": 827035745
        },
        {
            "start": 827035749,
            "stop": 827036380
        },
        {
            "start": 827036386,
            "stop": 827036388
        }
    ]
}