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=8922
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=8923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8921",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8922,
    "results": [
        {
            "start": 873464805,
            "stop": 873464820
        },
        {
            "start": 873464885,
            "stop": 873464894
        },
        {
            "start": 873464949,
            "stop": 873464952
        },
        {
            "start": 873464972,
            "stop": 873464991
        },
        {
            "start": 873465037,
            "stop": 873465059
        },
        {
            "start": 873466943,
            "stop": 873467047
        },
        {
            "start": 873467067,
            "stop": 873467074
        },
        {
            "start": 873467091,
            "stop": 873467120
        },
        {
            "start": 873467163,
            "stop": 873467179
        },
        {
            "start": 873469468,
            "stop": 873469950
        },
        {
            "start": 873469970,
            "stop": 873470002
        },
        {
            "start": 873470026,
            "stop": 873470037
        },
        {
            "start": 873470084,
            "stop": 873470130
        },
        {
            "start": 873470168,
            "stop": 873470221
        },
        {
            "start": 873470243,
            "stop": 873470840
        },
        {
            "start": 873470860,
            "stop": 873471391
        },
        {
            "start": 873471760,
            "stop": 873471973
        },
        {
            "start": 873471993,
            "stop": 873472120
        },
        {
            "start": 873472145,
            "stop": 873472303
        },
        {
            "start": 873473933,
            "stop": 873473935
        }
    ]
}