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/L1_CBCLOW_CAT2/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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=92",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 93,
    "results": [
        {
            "start": 818067989,
            "stop": 818067994
        },
        {
            "start": 818068030,
            "stop": 818068032
        },
        {
            "start": 818068045,
            "stop": 818068047
        },
        {
            "start": 818068095,
            "stop": 818068102
        },
        {
            "start": 818068110,
            "stop": 818068119
        },
        {
            "start": 818068136,
            "stop": 818068139
        },
        {
            "start": 818068228,
            "stop": 818068240
        },
        {
            "start": 818068255,
            "stop": 818068259
        },
        {
            "start": 818068282,
            "stop": 818068284
        },
        {
            "start": 818068328,
            "stop": 818068332
        },
        {
            "start": 818068346,
            "stop": 818068347
        },
        {
            "start": 818068367,
            "stop": 818068380
        },
        {
            "start": 818068396,
            "stop": 818068413
        },
        {
            "start": 818068471,
            "stop": 818068475
        },
        {
            "start": 818068517,
            "stop": 818068529
        },
        {
            "start": 818068546,
            "stop": 818068552
        },
        {
            "start": 818068575,
            "stop": 818068576
        },
        {
            "start": 818068635,
            "stop": 818068639
        },
        {
            "start": 818068654,
            "stop": 818068657
        },
        {
            "start": 818068670,
            "stop": 818068672
        }
    ]
}