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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=404",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 405,
    "results": [
        {
            "start": 852425760,
            "stop": 852426149
        },
        {
            "start": 852426237,
            "stop": 852473235
        },
        {
            "start": 852474951,
            "stop": 852475785
        },
        {
            "start": 852475959,
            "stop": 852476875
        },
        {
            "start": 852476947,
            "stop": 852479409
        },
        {
            "start": 852481038,
            "stop": 852481066
        },
        {
            "start": 852481107,
            "stop": 852482624
        },
        {
            "start": 852482641,
            "stop": 852482642
        },
        {
            "start": 852482750,
            "stop": 852483070
        },
        {
            "start": 852484153,
            "stop": 852486156
        },
        {
            "start": 852487326,
            "stop": 852489965
        },
        {
            "start": 852490227,
            "stop": 852491239
        },
        {
            "start": 852498424,
            "stop": 852499600
        },
        {
            "start": 852500735,
            "stop": 852504370
        },
        {
            "start": 852504372,
            "stop": 852507464
        },
        {
            "start": 852507466,
            "stop": 852507598
        },
        {
            "start": 852507698,
            "stop": 852509061
        },
        {
            "start": 852509354,
            "stop": 852511319
        },
        {
            "start": 852511427,
            "stop": 852518134
        },
        {
            "start": 852518136,
            "stop": 852533144
        }
    ]
}