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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7551",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7549",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7550,
    "results": [
        {
            "start": 970466369,
            "stop": 970466497
        },
        {
            "start": 970466500,
            "stop": 970466548
        },
        {
            "start": 970466551,
            "stop": 970466634
        },
        {
            "start": 970466640,
            "stop": 970466641
        },
        {
            "start": 970466650,
            "stop": 970466656
        },
        {
            "start": 970466667,
            "stop": 970466688
        },
        {
            "start": 970466694,
            "stop": 970466760
        },
        {
            "start": 970466763,
            "stop": 970466787
        },
        {
            "start": 970466790,
            "stop": 970466832
        },
        {
            "start": 970466835,
            "stop": 970466862
        },
        {
            "start": 970466865,
            "stop": 970466964
        },
        {
            "start": 970466967,
            "stop": 970467033
        },
        {
            "start": 970467036,
            "stop": 970467038
        },
        {
            "start": 970467041,
            "stop": 970467135
        },
        {
            "start": 970467138,
            "stop": 970467154
        },
        {
            "start": 970467160,
            "stop": 970467217
        },
        {
            "start": 970467220,
            "stop": 970467260
        },
        {
            "start": 970467266,
            "stop": 970467310
        },
        {
            "start": 970467313,
            "stop": 970467317
        },
        {
            "start": 970467320,
            "stop": 970467519
        }
    ]
}