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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=267",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 268,
    "results": [
        {
            "start": 828136089,
            "stop": 828136092
        },
        {
            "start": 828136094,
            "stop": 828136096
        },
        {
            "start": 828136103,
            "stop": 828136115
        },
        {
            "start": 828136117,
            "stop": 828136118
        },
        {
            "start": 828136120,
            "stop": 828136131
        },
        {
            "start": 828136133,
            "stop": 828136136
        },
        {
            "start": 828136138,
            "stop": 828136152
        },
        {
            "start": 828136154,
            "stop": 828136187
        },
        {
            "start": 828136189,
            "stop": 828136201
        },
        {
            "start": 828136205,
            "stop": 828136212
        },
        {
            "start": 828136215,
            "stop": 828136217
        },
        {
            "start": 828136219,
            "stop": 828136266
        },
        {
            "start": 828136268,
            "stop": 828136452
        },
        {
            "start": 828136454,
            "stop": 828136568
        },
        {
            "start": 828136570,
            "stop": 828137405
        },
        {
            "start": 828137408,
            "stop": 828137432
        },
        {
            "start": 828137434,
            "stop": 828137449
        },
        {
            "start": 828137451,
            "stop": 828137546
        },
        {
            "start": 828137548,
            "stop": 828137620
        },
        {
            "start": 828137622,
            "stop": 828137649
        }
    ]
}