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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5291",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5289",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5290,
    "results": [
        {
            "start": 1136429102,
            "stop": 1136429108
        },
        {
            "start": 1136429110,
            "stop": 1136429119
        },
        {
            "start": 1136429121,
            "stop": 1136429214
        },
        {
            "start": 1136429216,
            "stop": 1136429279
        },
        {
            "start": 1136429281,
            "stop": 1136429372
        },
        {
            "start": 1136429374,
            "stop": 1136429448
        },
        {
            "start": 1136429450,
            "stop": 1136429476
        },
        {
            "start": 1136429478,
            "stop": 1136429559
        },
        {
            "start": 1136429561,
            "stop": 1136429643
        },
        {
            "start": 1136429645,
            "stop": 1136429657
        },
        {
            "start": 1136429659,
            "stop": 1136429878
        },
        {
            "start": 1136429880,
            "stop": 1136429906
        },
        {
            "start": 1136430236,
            "stop": 1136430254
        },
        {
            "start": 1136430256,
            "stop": 1136430259
        },
        {
            "start": 1136430261,
            "stop": 1136430262
        },
        {
            "start": 1136430264,
            "stop": 1136430265
        },
        {
            "start": 1136430267,
            "stop": 1136430323
        },
        {
            "start": 1136430325,
            "stop": 1136430348
        },
        {
            "start": 1136430350,
            "stop": 1136430402
        },
        {
            "start": 1136430404,
            "stop": 1136430410
        }
    ]
}