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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=100",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 101,
    "results": [
        {
            "start": 931664344,
            "stop": 931664353
        },
        {
            "start": 931664357,
            "stop": 931665615
        },
        {
            "start": 931665975,
            "stop": 931665977
        },
        {
            "start": 931665979,
            "stop": 931666331
        },
        {
            "start": 931667306,
            "stop": 931667387
        },
        {
            "start": 931667390,
            "stop": 931668194
        },
        {
            "start": 931668196,
            "stop": 931669215
        },
        {
            "start": 931669575,
            "stop": 931670627
        },
        {
            "start": 931670630,
            "stop": 931670643
        },
        {
            "start": 931670645,
            "stop": 931670658
        },
        {
            "start": 931670660,
            "stop": 931670673
        },
        {
            "start": 931670675,
            "stop": 931670702
        },
        {
            "start": 931670705,
            "stop": 931671197
        },
        {
            "start": 931671200,
            "stop": 931672188
        },
        {
            "start": 931672190,
            "stop": 931672202
        },
        {
            "start": 931672205,
            "stop": 931672217
        },
        {
            "start": 931672220,
            "stop": 931672337
        },
        {
            "start": 931672341,
            "stop": 931672815
        },
        {
            "start": 931673608,
            "stop": 931673801
        },
        {
            "start": 931673806,
            "stop": 931674558
        }
    ]
}