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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=452",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 453,
    "results": [
        {
            "start": 821777224,
            "stop": 821777236
        },
        {
            "start": 821777240,
            "stop": 821777242
        },
        {
            "start": 821777245,
            "stop": 821777260
        },
        {
            "start": 821777263,
            "stop": 821777264
        },
        {
            "start": 821777268,
            "stop": 821777273
        },
        {
            "start": 821777280,
            "stop": 821777282
        },
        {
            "start": 821777285,
            "stop": 821777286
        },
        {
            "start": 821777293,
            "stop": 821777294
        },
        {
            "start": 821777298,
            "stop": 821777299
        },
        {
            "start": 821777307,
            "stop": 821777311
        },
        {
            "start": 821777314,
            "stop": 821777316
        },
        {
            "start": 821777319,
            "stop": 821777322
        },
        {
            "start": 821777326,
            "stop": 821777338
        },
        {
            "start": 821777344,
            "stop": 821777345
        },
        {
            "start": 821777351,
            "stop": 821777353
        },
        {
            "start": 821777356,
            "stop": 821777360
        },
        {
            "start": 821777363,
            "stop": 821777365
        },
        {
            "start": 821777368,
            "stop": 821777373
        },
        {
            "start": 821777378,
            "stop": 821777397
        },
        {
            "start": 821777400,
            "stop": 821777407
        }
    ]
}