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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5088",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5089,
    "results": [
        {
            "start": 874635583,
            "stop": 874635606
        },
        {
            "start": 874635613,
            "stop": 874635619
        },
        {
            "start": 874635626,
            "stop": 874635639
        },
        {
            "start": 874635650,
            "stop": 874635681
        },
        {
            "start": 874635689,
            "stop": 874635917
        },
        {
            "start": 874635924,
            "stop": 874635934
        },
        {
            "start": 874635945,
            "stop": 874635975
        },
        {
            "start": 874635989,
            "stop": 874636036
        },
        {
            "start": 874636043,
            "stop": 874636081
        },
        {
            "start": 874636088,
            "stop": 874636189
        },
        {
            "start": 874636197,
            "stop": 874636212
        },
        {
            "start": 874636220,
            "stop": 874636239
        },
        {
            "start": 874636246,
            "stop": 874636250
        },
        {
            "start": 874636257,
            "stop": 874636372
        },
        {
            "start": 874636379,
            "stop": 874636427
        },
        {
            "start": 874636434,
            "stop": 874636532
        },
        {
            "start": 874636539,
            "stop": 874636577
        },
        {
            "start": 874636584,
            "stop": 874636644
        },
        {
            "start": 874636652,
            "stop": 874636654
        },
        {
            "start": 874636672,
            "stop": 874636677
        }
    ]
}