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=539
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=540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=538",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 539,
    "results": [
        {
            "start": 828984291,
            "stop": 828984885
        },
        {
            "start": 828986661,
            "stop": 828987190
        },
        {
            "start": 828991589,
            "stop": 828994328
        },
        {
            "start": 828998784,
            "stop": 829001056
        },
        {
            "start": 829001172,
            "stop": 829002123
        },
        {
            "start": 829002590,
            "stop": 829004565
        },
        {
            "start": 829004568,
            "stop": 829013687
        },
        {
            "start": 829014007,
            "stop": 829015543
        },
        {
            "start": 829015943,
            "stop": 829016294
        },
        {
            "start": 829024494,
            "stop": 829024512
        },
        {
            "start": 829025028,
            "stop": 829059553
        },
        {
            "start": 829059574,
            "stop": 829059575
        },
        {
            "start": 829059880,
            "stop": 829063633
        },
        {
            "start": 829063806,
            "stop": 829066213
        },
        {
            "start": 829066244,
            "stop": 829066245
        },
        {
            "start": 829066288,
            "stop": 829066291
        },
        {
            "start": 829066370,
            "stop": 829066423
        },
        {
            "start": 829067754,
            "stop": 829068164
        },
        {
            "start": 829068564,
            "stop": 829069643
        },
        {
            "start": 829070043,
            "stop": 829070134
        }
    ]
}