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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9847",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9848,
    "results": [
        {
            "start": 874087294,
            "stop": 874087375
        },
        {
            "start": 874087980,
            "stop": 874088057
        },
        {
            "start": 874088177,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874088617
        },
        {
            "start": 874088634,
            "stop": 874090729
        },
        {
            "start": 874090746,
            "stop": 874091447
        },
        {
            "start": 874091452,
            "stop": 874091622
        },
        {
            "start": 874091639,
            "stop": 874091760
        },
        {
            "start": 874091880,
            "stop": 874091940
        },
        {
            "start": 874092000,
            "stop": 874092060
        },
        {
            "start": 874092212,
            "stop": 874092241
        },
        {
            "start": 874092258,
            "stop": 874092333
        },
        {
            "start": 874092420,
            "stop": 874092491
        },
        {
            "start": 874092750,
            "stop": 874093278
        },
        {
            "start": 874093295,
            "stop": 874093600
        },
        {
            "start": 874093603,
            "stop": 874093658
        },
        {
            "start": 874093675,
            "stop": 874093941
        },
        {
            "start": 874093968,
            "stop": 874094504
        },
        {
            "start": 874094521,
            "stop": 874095000
        },
        {
            "start": 874095180,
            "stop": 874095285
        }
    ]
}