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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=78",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 79,
    "results": [
        {
            "start": 823169652,
            "stop": 823181260
        },
        {
            "start": 823181262,
            "stop": 823189611
        },
        {
            "start": 823189803,
            "stop": 823193540
        },
        {
            "start": 823194331,
            "stop": 823194571
        },
        {
            "start": 823196478,
            "stop": 823199146
        },
        {
            "start": 823199479,
            "stop": 823212625
        },
        {
            "start": 823212689,
            "stop": 823228195
        },
        {
            "start": 823228197,
            "stop": 823242608
        },
        {
            "start": 823245743,
            "stop": 823247628
        },
        {
            "start": 823249087,
            "stop": 823255068
        },
        {
            "start": 823255134,
            "stop": 823265553
        },
        {
            "start": 823265706,
            "stop": 823266160
        },
        {
            "start": 823269931,
            "stop": 823270809
        },
        {
            "start": 823270811,
            "stop": 823270813
        },
        {
            "start": 823271927,
            "stop": 823272111
        },
        {
            "start": 823273012,
            "stop": 823275175
        },
        {
            "start": 823289327,
            "stop": 823292090
        },
        {
            "start": 823293432,
            "stop": 823297119
        },
        {
            "start": 823298612,
            "stop": 823300799
        },
        {
            "start": 823328764,
            "stop": 823329297
        }
    ]
}