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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=43",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 44,
    "results": [
        {
            "start": 931350562,
            "stop": 931350580
        },
        {
            "start": 931350598,
            "stop": 931350677
        },
        {
            "start": 931350741,
            "stop": 931350749
        },
        {
            "start": 931350784,
            "stop": 931350788
        },
        {
            "start": 931350831,
            "stop": 931350847
        },
        {
            "start": 931350905,
            "stop": 931350992
        },
        {
            "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
        }
    ]
}