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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=44",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 45,
    "results": [
        {
            "start": 931351019,
            "stop": 931351053
        },
        {
            "start": 931351092,
            "stop": 931351119
        },
        {
            "start": 931351137,
            "stop": 931351153
        },
        {
            "start": 931351196,
            "stop": 931351197
        },
        {
            "start": 931351215,
            "stop": 931351223
        },
        {
            "start": 931351243,
            "stop": 931351250
        },
        {
            "start": 931351268,
            "stop": 931351287
        },
        {
            "start": 931351306,
            "stop": 931351310
        },
        {
            "start": 931351343,
            "stop": 931351365
        },
        {
            "start": 931351404,
            "stop": 931351446
        },
        {
            "start": 931351471,
            "stop": 931351486
        },
        {
            "start": 931351504,
            "stop": 931351523
        },
        {
            "start": 931351561,
            "stop": 931351590
        },
        {
            "start": 931351608,
            "stop": 931351624
        },
        {
            "start": 931351644,
            "stop": 931351710
        },
        {
            "start": 931351734,
            "stop": 931351737
        },
        {
            "start": 931351818,
            "stop": 931351831
        },
        {
            "start": 931351872,
            "stop": 931351877
        },
        {
            "start": 931351895,
            "stop": 931351962
        },
        {
            "start": 931351996,
            "stop": 931352052
        }
    ]
}