Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=135",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 136,
    "results": [
        {
            "start": 827617677,
            "stop": 827618547
        },
        {
            "start": 827618548,
            "stop": 827618574
        },
        {
            "start": 827619987,
            "stop": 827620221
        },
        {
            "start": 827620295,
            "stop": 827620495
        },
        {
            "start": 827620576,
            "stop": 827621082
        },
        {
            "start": 827627236,
            "stop": 827627463
        },
        {
            "start": 827627636,
            "stop": 827646102
        },
        {
            "start": 827649957,
            "stop": 827653348
        },
        {
            "start": 827655165,
            "stop": 827664590
        },
        {
            "start": 827664726,
            "stop": 827664854
        },
        {
            "start": 827665137,
            "stop": 827669287
        },
        {
            "start": 827669451,
            "stop": 827670690
        },
        {
            "start": 827674149,
            "stop": 827677784
        },
        {
            "start": 827677921,
            "stop": 827679040
        },
        {
            "start": 827679150,
            "stop": 827680692
        },
        {
            "start": 827680696,
            "stop": 827680697
        },
        {
            "start": 827680701,
            "stop": 827680818
        },
        {
            "start": 827683654,
            "stop": 827683903
        },
        {
            "start": 827683989,
            "stop": 827685888
        },
        {
            "start": 827687396,
            "stop": 827688005
        }
    ]
}