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=8931
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=8932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8930",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8931,
    "results": [
        {
            "start": 873540470,
            "stop": 873540606
        },
        {
            "start": 873540623,
            "stop": 873540924
        },
        {
            "start": 873540941,
            "stop": 873542836
        },
        {
            "start": 873542853,
            "stop": 873543502
        },
        {
            "start": 873543519,
            "stop": 873544919
        },
        {
            "start": 873544938,
            "stop": 873544976
        },
        {
            "start": 873544993,
            "stop": 873545000
        },
        {
            "start": 873545017,
            "stop": 873545410
        },
        {
            "start": 873545427,
            "stop": 873546392
        },
        {
            "start": 873546411,
            "stop": 873546482
        },
        {
            "start": 873546501,
            "stop": 873546515
        },
        {
            "start": 873546532,
            "stop": 873546988
        },
        {
            "start": 873547005,
            "stop": 873547035
        },
        {
            "start": 873547052,
            "stop": 873547096
        },
        {
            "start": 873547115,
            "stop": 873547120
        },
        {
            "start": 873547177,
            "stop": 873547203
        },
        {
            "start": 873547248,
            "stop": 873547279
        },
        {
            "start": 873550284,
            "stop": 873551064
        },
        {
            "start": 873551089,
            "stop": 873551164
        },
        {
            "start": 873551184,
            "stop": 873551510
        }
    ]
}