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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=279",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 280,
    "results": [
        {
            "start": 817993258,
            "stop": 817993288
        },
        {
            "start": 817993307,
            "stop": 817993315
        },
        {
            "start": 817993335,
            "stop": 817993395
        },
        {
            "start": 817993414,
            "stop": 817993428
        },
        {
            "start": 817993467,
            "stop": 817993519
        },
        {
            "start": 817993540,
            "stop": 817993594
        },
        {
            "start": 817993613,
            "stop": 817993617
        },
        {
            "start": 817993672,
            "stop": 817993730
        },
        {
            "start": 817993749,
            "stop": 817993754
        },
        {
            "start": 817993831,
            "stop": 817993877
        },
        {
            "start": 817993896,
            "stop": 817993918
        },
        {
            "start": 817994024,
            "stop": 817994053
        },
        {
            "start": 817994105,
            "stop": 817994115
        },
        {
            "start": 817994136,
            "stop": 817994139
        },
        {
            "start": 817994204,
            "stop": 817994210
        },
        {
            "start": 817994229,
            "stop": 817994238
        },
        {
            "start": 817994257,
            "stop": 817994258
        },
        {
            "start": 817994279,
            "stop": 817994287
        },
        {
            "start": 817994322,
            "stop": 817994377
        },
        {
            "start": 817994397,
            "stop": 817994414
        }
    ]
}