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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=187",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 188,
    "results": [
        {
            "start": 873247860,
            "stop": 873424744
        },
        {
            "start": 873430963,
            "stop": 873482083
        },
        {
            "start": 873484056,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873583458
        },
        {
            "start": 873584062,
            "stop": 873586081
        },
        {
            "start": 873586370,
            "stop": 873591203
        },
        {
            "start": 873591376,
            "stop": 873631789
        },
        {
            "start": 873645176,
            "stop": 873645300
        },
        {
            "start": 873647554,
            "stop": 873648739
        },
        {
            "start": 873650307,
            "stop": 873665971
        },
        {
            "start": 873667332,
            "stop": 873670107
        },
        {
            "start": 873671288,
            "stop": 873677300
        },
        {
            "start": 873688369,
            "stop": 873690892
        },
        {
            "start": 873698607,
            "stop": 873745613
        },
        {
            "start": 873746777,
            "stop": 873749335
        },
        {
            "start": 873749543,
            "stop": 873759400
        },
        {
            "start": 873760474,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        }
    ]
}