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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=465",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 466,
    "results": [
        {
            "start": 821780043,
            "stop": 821780048
        },
        {
            "start": 821780052,
            "stop": 821780056
        },
        {
            "start": 821780060,
            "stop": 821780063
        },
        {
            "start": 821780069,
            "stop": 821780073
        },
        {
            "start": 821780076,
            "stop": 821780079
        },
        {
            "start": 821780083,
            "stop": 821780095
        },
        {
            "start": 821780100,
            "stop": 821780101
        },
        {
            "start": 821780104,
            "stop": 821780117
        },
        {
            "start": 821780123,
            "stop": 821780131
        },
        {
            "start": 821780134,
            "stop": 821780135
        },
        {
            "start": 821780138,
            "stop": 821780158
        },
        {
            "start": 821780163,
            "stop": 821780174
        },
        {
            "start": 821780177,
            "stop": 821780205
        },
        {
            "start": 821780208,
            "stop": 821780216
        },
        {
            "start": 821780219,
            "stop": 821780220
        },
        {
            "start": 821780229,
            "stop": 821780236
        },
        {
            "start": 821780239,
            "stop": 821780240
        },
        {
            "start": 821780244,
            "stop": 821780249
        },
        {
            "start": 821780253,
            "stop": 821780268
        },
        {
            "start": 821780271,
            "stop": 821780274
        }
    ]
}