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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=133",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 134,
    "results": [
        {
            "start": 1176614526,
            "stop": 1176614533
        },
        {
            "start": 1176614537,
            "stop": 1176614585
        },
        {
            "start": 1176614586,
            "stop": 1176614641
        },
        {
            "start": 1176614643,
            "stop": 1176614652
        },
        {
            "start": 1176614654,
            "stop": 1176614656
        },
        {
            "start": 1176614657,
            "stop": 1176614666
        },
        {
            "start": 1176614668,
            "stop": 1176614673
        },
        {
            "start": 1176614675,
            "stop": 1176614676
        },
        {
            "start": 1176614679,
            "stop": 1176614711
        },
        {
            "start": 1176614713,
            "stop": 1176614720
        },
        {
            "start": 1176614721,
            "stop": 1176614728
        },
        {
            "start": 1176614731,
            "stop": 1176614734
        },
        {
            "start": 1176614735,
            "stop": 1176615459
        },
        {
            "start": 1176615460,
            "stop": 1176615505
        },
        {
            "start": 1176615507,
            "stop": 1176615589
        },
        {
            "start": 1176615590,
            "stop": 1176615591
        },
        {
            "start": 1176615592,
            "stop": 1176615598
        },
        {
            "start": 1176615599,
            "stop": 1176615718
        },
        {
            "start": 1176615719,
            "stop": 1176615974
        },
        {
            "start": 1176615975,
            "stop": 1176616012
        }
    ]
}