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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=266",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 267,
    "results": [
        {
            "start": 821687271,
            "stop": 821687276
        },
        {
            "start": 821687283,
            "stop": 821687295
        },
        {
            "start": 821687298,
            "stop": 821687300
        },
        {
            "start": 821687303,
            "stop": 821687315
        },
        {
            "start": 821687318,
            "stop": 821687339
        },
        {
            "start": 821687345,
            "stop": 821687354
        },
        {
            "start": 821687359,
            "stop": 821687371
        },
        {
            "start": 821687374,
            "stop": 821687376
        },
        {
            "start": 821687381,
            "stop": 821687383
        },
        {
            "start": 821687386,
            "stop": 821687388
        },
        {
            "start": 821687393,
            "stop": 821687396
        },
        {
            "start": 821687399,
            "stop": 821687411
        },
        {
            "start": 821687414,
            "stop": 821687419
        },
        {
            "start": 821687422,
            "stop": 821687426
        },
        {
            "start": 821687430,
            "stop": 821687434
        },
        {
            "start": 821687437,
            "stop": 821687475
        },
        {
            "start": 821687478,
            "stop": 821687482
        },
        {
            "start": 821687487,
            "stop": 821687488
        },
        {
            "start": 821687491,
            "stop": 821687495
        },
        {
            "start": 821687498,
            "stop": 821687501
        }
    ]
}