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=349
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=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=348",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 349,
    "results": [
        {
            "start": 821754124,
            "stop": 821754131
        },
        {
            "start": 821754140,
            "stop": 821754144
        },
        {
            "start": 821754148,
            "stop": 821754152
        },
        {
            "start": 821754155,
            "stop": 821754157
        },
        {
            "start": 821754160,
            "stop": 821754161
        },
        {
            "start": 821754164,
            "stop": 821754165
        },
        {
            "start": 821754174,
            "stop": 821754206
        },
        {
            "start": 821754210,
            "stop": 821754229
        },
        {
            "start": 821754234,
            "stop": 821754242
        },
        {
            "start": 821754245,
            "stop": 821754252
        },
        {
            "start": 821754255,
            "stop": 821754297
        },
        {
            "start": 821754300,
            "stop": 821754356
        },
        {
            "start": 821754362,
            "stop": 821754364
        },
        {
            "start": 821754370,
            "stop": 821754396
        },
        {
            "start": 821754402,
            "stop": 821754423
        },
        {
            "start": 821754426,
            "stop": 821754429
        },
        {
            "start": 821754432,
            "stop": 821754440
        },
        {
            "start": 821754444,
            "stop": 821754452
        },
        {
            "start": 821754455,
            "stop": 821754459
        },
        {
            "start": 821754462,
            "stop": 821754466
        }
    ]
}