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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 122,
    "results": [
        {
            "start": 1378831164,
            "stop": 1378832324
        },
        {
            "start": 1378832329,
            "stop": 1378833898
        },
        {
            "start": 1378833903,
            "stop": 1378842860
        },
        {
            "start": 1378847979,
            "stop": 1378849793
        },
        {
            "start": 1378849796,
            "stop": 1378857230
        },
        {
            "start": 1378857233,
            "stop": 1378868512
        },
        {
            "start": 1378868611,
            "stop": 1378874467
        },
        {
            "start": 1378874472,
            "stop": 1378875001
        },
        {
            "start": 1378875006,
            "stop": 1378890041
        },
        {
            "start": 1378890046,
            "stop": 1378898624
        },
        {
            "start": 1378898629,
            "stop": 1378903030
        },
        {
            "start": 1378903033,
            "stop": 1378906669
        },
        {
            "start": 1378906674,
            "stop": 1378910487
        },
        {
            "start": 1378910492,
            "stop": 1378915345
        },
        {
            "start": 1378915350,
            "stop": 1378917534
        },
        {
            "start": 1378924877,
            "stop": 1378925441
        },
        {
            "start": 1378925446,
            "stop": 1378939105
        },
        {
            "start": 1378939109,
            "stop": 1378940116
        },
        {
            "start": 1378940121,
            "stop": 1378943499
        },
        {
            "start": 1378943504,
            "stop": 1378946302
        }
    ]
}