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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=231",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 232,
    "results": [
        {
            "start": 837036973,
            "stop": 837036975
        },
        {
            "start": 837037544,
            "stop": 837047303
        },
        {
            "start": 837047305,
            "stop": 837071517
        },
        {
            "start": 837071518,
            "stop": 837071553
        },
        {
            "start": 837071555,
            "stop": 837071561
        },
        {
            "start": 837073845,
            "stop": 837086477
        },
        {
            "start": 837093498,
            "stop": 837097133
        },
        {
            "start": 837097134,
            "stop": 837099346
        },
        {
            "start": 837099438,
            "stop": 837114602
        },
        {
            "start": 837115052,
            "stop": 837115105
        },
        {
            "start": 837115424,
            "stop": 837115669
        },
        {
            "start": 837115977,
            "stop": 837116104
        },
        {
            "start": 837117987,
            "stop": 837119236
        },
        {
            "start": 837119305,
            "stop": 837119810
        },
        {
            "start": 837119812,
            "stop": 837120201
        },
        {
            "start": 837120272,
            "stop": 837122426
        },
        {
            "start": 837122599,
            "stop": 837123534
        },
        {
            "start": 837123586,
            "stop": 837124267
        },
        {
            "start": 837124319,
            "stop": 837126144
        },
        {
            "start": 837126259,
            "stop": 837126922
        }
    ]
}