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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=243",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 244,
    "results": [
        {
            "start": 838056474,
            "stop": 838058497
        },
        {
            "start": 838058589,
            "stop": 838059562
        },
        {
            "start": 838059675,
            "stop": 838063074
        },
        {
            "start": 838063153,
            "stop": 838065073
        },
        {
            "start": 838065075,
            "stop": 838066813
        },
        {
            "start": 838098875,
            "stop": 838098955
        },
        {
            "start": 838098957,
            "stop": 838100019
        },
        {
            "start": 838100021,
            "stop": 838100483
        },
        {
            "start": 838100485,
            "stop": 838105725
        },
        {
            "start": 838106511,
            "stop": 838108192
        },
        {
            "start": 838108996,
            "stop": 838111475
        },
        {
            "start": 838114578,
            "stop": 838114999
        },
        {
            "start": 838116733,
            "stop": 838128157
        },
        {
            "start": 838157074,
            "stop": 838158357
        },
        {
            "start": 838159140,
            "stop": 838161954
        },
        {
            "start": 838161955,
            "stop": 838162207
        },
        {
            "start": 838162209,
            "stop": 838162210
        },
        {
            "start": 838162421,
            "stop": 838172382
        },
        {
            "start": 838172384,
            "stop": 838190789
        },
        {
            "start": 838190791,
            "stop": 838191347
        }
    ]
}