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/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=322",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 323,
    "results": [
        {
            "start": 821463180,
            "stop": 821463215
        },
        {
            "start": 821463232,
            "stop": 821463240
        },
        {
            "start": 821463300,
            "stop": 821463900
        },
        {
            "start": 821463960,
            "stop": 821464145
        },
        {
            "start": 821464162,
            "stop": 821464200
        },
        {
            "start": 821464217,
            "stop": 821464320
        },
        {
            "start": 821464500,
            "stop": 821464819
        },
        {
            "start": 821464939,
            "stop": 821464980
        },
        {
            "start": 821465100,
            "stop": 821465157
        },
        {
            "start": 821465189,
            "stop": 821465400
        },
        {
            "start": 821465700,
            "stop": 821465760
        },
        {
            "start": 821465820,
            "stop": 821465880
        },
        {
            "start": 821466000,
            "stop": 821466060
        },
        {
            "start": 821466120,
            "stop": 821466180
        },
        {
            "start": 821466240,
            "stop": 821466540
        },
        {
            "start": 821466600,
            "stop": 821466827
        },
        {
            "start": 821466844,
            "stop": 821467080
        },
        {
            "start": 821467140,
            "stop": 821467263
        },
        {
            "start": 821467466,
            "stop": 821467568
        },
        {
            "start": 821469601,
            "stop": 821469658
        }
    ]
}