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=2174
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=2175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2173",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2174,
    "results": [
        {
            "start": 872439354,
            "stop": 872439373
        },
        {
            "start": 872439410,
            "stop": 872439423
        },
        {
            "start": 872439461,
            "stop": 872439562
        },
        {
            "start": 872439579,
            "stop": 872439650
        },
        {
            "start": 872439667,
            "stop": 872439698
        },
        {
            "start": 872439740,
            "stop": 872439759
        },
        {
            "start": 872439776,
            "stop": 872440049
        },
        {
            "start": 872440080,
            "stop": 872440165
        },
        {
            "start": 872440182,
            "stop": 872440419
        },
        {
            "start": 872440436,
            "stop": 872440665
        },
        {
            "start": 872440686,
            "stop": 872440735
        },
        {
            "start": 872440773,
            "stop": 872441070
        },
        {
            "start": 872441105,
            "stop": 872441459
        },
        {
            "start": 872441476,
            "stop": 872442195
        },
        {
            "start": 872442214,
            "stop": 872442791
        },
        {
            "start": 872442810,
            "stop": 872442900
        },
        {
            "start": 872442960,
            "stop": 872443137
        },
        {
            "start": 872443154,
            "stop": 872443179
        },
        {
            "start": 872443196,
            "stop": 872443401
        },
        {
            "start": 872443418,
            "stop": 872443548
        }
    ]
}