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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=276",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 277,
    "results": [
        {
            "start": 840971013,
            "stop": 840971394
        },
        {
            "start": 840971395,
            "stop": 840971424
        },
        {
            "start": 840971426,
            "stop": 840971429
        },
        {
            "start": 840971431,
            "stop": 840971580
        },
        {
            "start": 840971582,
            "stop": 840971599
        },
        {
            "start": 840971601,
            "stop": 840971604
        },
        {
            "start": 840989233,
            "stop": 840989462
        },
        {
            "start": 840990447,
            "stop": 840990694
        },
        {
            "start": 840990696,
            "stop": 840990759
        },
        {
            "start": 841009174,
            "stop": 841009240
        },
        {
            "start": 841009335,
            "stop": 841009524
        },
        {
            "start": 841009526,
            "stop": 841010502
        },
        {
            "start": 841010504,
            "stop": 841010809
        },
        {
            "start": 841010810,
            "stop": 841010856
        },
        {
            "start": 841010916,
            "stop": 841012746
        },
        {
            "start": 841012748,
            "stop": 841012817
        },
        {
            "start": 841012819,
            "stop": 841014244
        },
        {
            "start": 841014247,
            "stop": 841014255
        },
        {
            "start": 841014258,
            "stop": 841014306
        },
        {
            "start": 841014308,
            "stop": 841014462
        }
    ]
}