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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4609",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4610,
    "results": [
        {
            "start": 874192731,
            "stop": 874192769
        },
        {
            "start": 874192801,
            "stop": 874192860
        },
        {
            "start": 874192980,
            "stop": 874193040
        },
        {
            "start": 874193280,
            "stop": 874193308
        },
        {
            "start": 874193327,
            "stop": 874193340
        },
        {
            "start": 874193400,
            "stop": 874193454
        },
        {
            "start": 874193514,
            "stop": 874193580
        },
        {
            "start": 874194344,
            "stop": 874194360
        },
        {
            "start": 874194720,
            "stop": 874194807
        },
        {
            "start": 874194832,
            "stop": 874194845
        },
        {
            "start": 874194866,
            "stop": 874194892
        },
        {
            "start": 874194914,
            "stop": 874194930
        },
        {
            "start": 874194949,
            "stop": 874194960
        },
        {
            "start": 874195039,
            "stop": 874195061
        },
        {
            "start": 874195089,
            "stop": 874195097
        },
        {
            "start": 874195116,
            "stop": 874195140
        },
        {
            "start": 874195225,
            "stop": 874195293
        },
        {
            "start": 874195312,
            "stop": 874195320
        },
        {
            "start": 874195450,
            "stop": 874195478
        },
        {
            "start": 874195497,
            "stop": 874195502
        }
    ]
}