Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=92",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 93,
    "results": [
        {
            "start": 931664128,
            "stop": 931664342
        },
        {
            "start": 931664344,
            "stop": 931664353
        },
        {
            "start": 931664357,
            "stop": 931665615
        },
        {
            "start": 931665975,
            "stop": 931665977
        },
        {
            "start": 931665979,
            "stop": 931666226
        },
        {
            "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": 931672524
        },
        {
            "start": 931672644,
            "stop": 931672815
        }
    ]
}