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_CBCLOW_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_CBCLOW_CAT2/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=452",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 453,
    "results": [
        {
            "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
        },
        {
            "start": 821777410,
            "stop": 821777418
        },
        {
            "start": 821777421,
            "stop": 821777425
        },
        {
            "start": 821777428,
            "stop": 821777430
        },
        {
            "start": 821777433,
            "stop": 821777437
        },
        {
            "start": 821777440,
            "stop": 821777441
        },
        {
            "start": 821777444,
            "stop": 821777456
        },
        {
            "start": 821777460,
            "stop": 821777466
        }
    ]
}