Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=176
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=175",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 176,
    "results": [
        {
            "start": 867367505,
            "stop": 867440836
        },
        {
            "start": 867441038,
            "stop": 867450215
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867511055
        },
        {
            "start": 867552283,
            "stop": 867558753
        },
        {
            "start": 867559521,
            "stop": 867627047
        },
        {
            "start": 867627384,
            "stop": 867689594
        },
        {
            "start": 867730518,
            "stop": 867734463
        },
        {
            "start": 867736010,
            "stop": 867736435
        },
        {
            "start": 867736591,
            "stop": 867736655
        },
        {
            "start": 867737734,
            "stop": 867766550
        },
        {
            "start": 867767751,
            "stop": 867771707
        },
        {
            "start": 867773079,
            "stop": 867775239
        },
        {
            "start": 867775356,
            "stop": 867782783
        },
        {
            "start": 867789370,
            "stop": 867795624
        },
        {
            "start": 867797133,
            "stop": 867836854
        },
        {
            "start": 867866913,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 868028135
        },
        {
            "start": 868028252,
            "stop": 868054788
        },
        {
            "start": 868056148,
            "stop": 868059611
        }
    ]
}