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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10191",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10192,
    "results": [
        {
            "start": 873869330,
            "stop": 873870045
        },
        {
            "start": 873870109,
            "stop": 873870406
        },
        {
            "start": 873870413,
            "stop": 873870481
        },
        {
            "start": 873870489,
            "stop": 873875346
        },
        {
            "start": 873875363,
            "stop": 873875493
        },
        {
            "start": 873875510,
            "stop": 873877777
        },
        {
            "start": 873877785,
            "stop": 873879967
        },
        {
            "start": 873879984,
            "stop": 873880770
        },
        {
            "start": 873882206,
            "stop": 873882654
        },
        {
            "start": 873882671,
            "stop": 873883353
        },
        {
            "start": 873883370,
            "stop": 873884969
        },
        {
            "start": 873885005,
            "stop": 873885105
        },
        {
            "start": 873885141,
            "stop": 873885147
        },
        {
            "start": 873885186,
            "stop": 873885190
        },
        {
            "start": 873885314,
            "stop": 873885321
        },
        {
            "start": 873885358,
            "stop": 873885461
        },
        {
            "start": 873885511,
            "stop": 873885960
        },
        {
            "start": 873886053,
            "stop": 873886056
        },
        {
            "start": 873886092,
            "stop": 873886095
        },
        {
            "start": 873886201,
            "stop": 873886224
        }
    ]
}