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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 10,
    "results": [
        {
            "start": 815751857,
            "stop": 815752560
        },
        {
            "start": 815752680,
            "stop": 815752738
        },
        {
            "start": 815752755,
            "stop": 815753031
        },
        {
            "start": 815753033,
            "stop": 815753136
        },
        {
            "start": 815753153,
            "stop": 815753876
        },
        {
            "start": 815753893,
            "stop": 815754200
        },
        {
            "start": 815754217,
            "stop": 815754926
        },
        {
            "start": 815754943,
            "stop": 815754986
        },
        {
            "start": 815755003,
            "stop": 815755016
        },
        {
            "start": 815755033,
            "stop": 815755260
        },
        {
            "start": 815755320,
            "stop": 815756912
        },
        {
            "start": 815757032,
            "stop": 815757145
        },
        {
            "start": 815757162,
            "stop": 815757698
        },
        {
            "start": 815772558,
            "stop": 815772640
        },
        {
            "start": 815772643,
            "stop": 815772888
        },
        {
            "start": 815772891,
            "stop": 815773373
        },
        {
            "start": 815773878,
            "stop": 815774459
        },
        {
            "start": 815774462,
            "stop": 815774940
        },
        {
            "start": 815775000,
            "stop": 815775184
        },
        {
            "start": 815775187,
            "stop": 815775307
        }
    ]
}