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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=252",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 253,
    "results": [
        {
            "start": 828955880,
            "stop": 828956000
        },
        {
            "start": 828956170,
            "stop": 828958570
        },
        {
            "start": 828959036,
            "stop": 828961436
        },
        {
            "start": 828962371,
            "stop": 828962611
        },
        {
            "start": 828962796,
            "stop": 828965856
        },
        {
            "start": 828966965,
            "stop": 828967385
        },
        {
            "start": 828967608,
            "stop": 828968028
        },
        {
            "start": 828971476,
            "stop": 828973216
        },
        {
            "start": 828973306,
            "stop": 828975136
        },
        {
            "start": 828975347,
            "stop": 828976907
        },
        {
            "start": 829033616,
            "stop": 829033886
        },
        {
            "start": 829034047,
            "stop": 829035067
        },
        {
            "start": 829036170,
            "stop": 829036350
        },
        {
            "start": 829036506,
            "stop": 829042686
        },
        {
            "start": 829042836,
            "stop": 829044546
        },
        {
            "start": 829044771,
            "stop": 829045491
        },
        {
            "start": 829045649,
            "stop": 829045709
        },
        {
            "start": 829047669,
            "stop": 829048269
        },
        {
            "start": 829048557,
            "stop": 829052037
        },
        {
            "start": 829053991,
            "stop": 829054351
        }
    ]
}