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=722
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=723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=721",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 722,
    "results": [
        {
            "start": 830409132,
            "stop": 830409138
        },
        {
            "start": 830409157,
            "stop": 830409159
        },
        {
            "start": 830409213,
            "stop": 830409281
        },
        {
            "start": 830409285,
            "stop": 830409306
        },
        {
            "start": 830409325,
            "stop": 830409332
        },
        {
            "start": 830409377,
            "stop": 830409379
        },
        {
            "start": 830409827,
            "stop": 830409845
        },
        {
            "start": 830409994,
            "stop": 830409999
        },
        {
            "start": 830410027,
            "stop": 830410033
        },
        {
            "start": 830410073,
            "stop": 830410079
        },
        {
            "start": 830410098,
            "stop": 830410147
        },
        {
            "start": 830410150,
            "stop": 830410335
        },
        {
            "start": 830410339,
            "stop": 830410407
        },
        {
            "start": 830410424,
            "stop": 830410459
        },
        {
            "start": 830410478,
            "stop": 830410510
        },
        {
            "start": 830410529,
            "stop": 830410682
        },
        {
            "start": 830410701,
            "stop": 830410730
        },
        {
            "start": 830410749,
            "stop": 830410767
        },
        {
            "start": 830410786,
            "stop": 830410819
        },
        {
            "start": 830410838,
            "stop": 830410907
        }
    ]
}