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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 178,
    "results": [
        {
            "start": 818069996,
            "stop": 818070000
        },
        {
            "start": 818070180,
            "stop": 818070187
        },
        {
            "start": 818070190,
            "stop": 818070194
        },
        {
            "start": 818070197,
            "stop": 818070199
        },
        {
            "start": 818070204,
            "stop": 818070219
        },
        {
            "start": 818070224,
            "stop": 818070231
        },
        {
            "start": 818070236,
            "stop": 818070239
        },
        {
            "start": 818070302,
            "stop": 818070307
        },
        {
            "start": 818070315,
            "stop": 818070321
        },
        {
            "start": 818070326,
            "stop": 818070327
        },
        {
            "start": 818070332,
            "stop": 818070334
        },
        {
            "start": 818070340,
            "stop": 818070360
        },
        {
            "start": 818070420,
            "stop": 818070427
        },
        {
            "start": 818070438,
            "stop": 818070439
        },
        {
            "start": 818070444,
            "stop": 818070447
        },
        {
            "start": 818070450,
            "stop": 818070452
        },
        {
            "start": 818070458,
            "stop": 818070461
        },
        {
            "start": 818070465,
            "stop": 818070493
        },
        {
            "start": 818070497,
            "stop": 818070522
        },
        {
            "start": 818070526,
            "stop": 818070527
        }
    ]
}