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=417
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=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=416",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 417,
    "results": [
        {
            "start": 825100885,
            "stop": 825100944
        },
        {
            "start": 825100948,
            "stop": 825101527
        },
        {
            "start": 825101530,
            "stop": 825101547
        },
        {
            "start": 825101551,
            "stop": 825101685
        },
        {
            "start": 825101702,
            "stop": 825101759
        },
        {
            "start": 825105567,
            "stop": 825105597
        },
        {
            "start": 825106133,
            "stop": 825106267
        },
        {
            "start": 825106571,
            "stop": 825106930
        },
        {
            "start": 825106933,
            "stop": 825106980
        },
        {
            "start": 825107100,
            "stop": 825107112
        },
        {
            "start": 825107115,
            "stop": 825107245
        },
        {
            "start": 825107249,
            "stop": 825107251
        },
        {
            "start": 825107255,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825108398
        },
        {
            "start": 825108402,
            "stop": 825108485
        },
        {
            "start": 825108488,
            "stop": 825108494
        },
        {
            "start": 825108497,
            "stop": 825108509
        },
        {
            "start": 825108513,
            "stop": 825108616
        },
        {
            "start": 825108619,
            "stop": 825108849
        },
        {
            "start": 825108852,
            "stop": 825109018
        }
    ]
}