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=598
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=599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=597",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 598,
    "results": [
        {
            "start": 837346564,
            "stop": 837346798
        },
        {
            "start": 837347378,
            "stop": 837361341
        },
        {
            "start": 837362678,
            "stop": 837369160
        },
        {
            "start": 837371426,
            "stop": 837372279
        },
        {
            "start": 837373279,
            "stop": 837384553
        },
        {
            "start": 837386483,
            "stop": 837400990
        },
        {
            "start": 837406494,
            "stop": 837441929
        },
        {
            "start": 837442460,
            "stop": 837442517
        },
        {
            "start": 837442519,
            "stop": 837444000
        },
        {
            "start": 837445557,
            "stop": 837446487
        },
        {
            "start": 837446926,
            "stop": 837452413
        },
        {
            "start": 837454778,
            "stop": 837457208
        },
        {
            "start": 837457213,
            "stop": 837458161
        },
        {
            "start": 837459449,
            "stop": 837464780
        },
        {
            "start": 837464783,
            "stop": 837474493
        },
        {
            "start": 837474997,
            "stop": 837479447
        },
        {
            "start": 837479991,
            "stop": 837505783
        },
        {
            "start": 837506231,
            "stop": 837509393
        },
        {
            "start": 837509886,
            "stop": 837510650
        },
        {
            "start": 837511179,
            "stop": 837511644
        }
    ]
}