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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 114,
    "results": [
        {
            "start": 1378110361,
            "stop": 1378111006
        },
        {
            "start": 1378111011,
            "stop": 1378122602
        },
        {
            "start": 1378122607,
            "stop": 1378126119
        },
        {
            "start": 1378126124,
            "stop": 1378133946
        },
        {
            "start": 1378133951,
            "stop": 1378140144
        },
        {
            "start": 1378140149,
            "stop": 1378141369
        },
        {
            "start": 1378141374,
            "stop": 1378141482
        },
        {
            "start": 1378145374,
            "stop": 1378148458
        },
        {
            "start": 1378148461,
            "stop": 1378150099
        },
        {
            "start": 1378150104,
            "stop": 1378152707
        },
        {
            "start": 1378152712,
            "stop": 1378154184
        },
        {
            "start": 1378154189,
            "stop": 1378159653
        },
        {
            "start": 1378159656,
            "stop": 1378163033
        },
        {
            "start": 1378163179,
            "stop": 1378164358
        },
        {
            "start": 1378164760,
            "stop": 1378165793
        },
        {
            "start": 1378165798,
            "stop": 1378168580
        },
        {
            "start": 1378168585,
            "stop": 1378175367
        },
        {
            "start": 1378175372,
            "stop": 1378182254
        },
        {
            "start": 1378182259,
            "stop": 1378184934
        },
        {
            "start": 1378184939,
            "stop": 1378186701
        }
    ]
}