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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 119,
    "results": [
        {
            "start": 817868302,
            "stop": 817868308
        },
        {
            "start": 817868312,
            "stop": 817868392
        },
        {
            "start": 817868397,
            "stop": 817868399
        },
        {
            "start": 817868403,
            "stop": 817868472
        },
        {
            "start": 817868476,
            "stop": 817868479
        },
        {
            "start": 817868485,
            "stop": 817868488
        },
        {
            "start": 817868492,
            "stop": 817868494
        },
        {
            "start": 817868505,
            "stop": 817868513
        },
        {
            "start": 817868516,
            "stop": 817868520
        },
        {
            "start": 817868523,
            "stop": 817868527
        },
        {
            "start": 817868530,
            "stop": 817868534
        },
        {
            "start": 817868543,
            "stop": 817868581
        },
        {
            "start": 817868584,
            "stop": 817868684
        },
        {
            "start": 817868688,
            "stop": 817868694
        },
        {
            "start": 817868698,
            "stop": 817868749
        },
        {
            "start": 817868765,
            "stop": 817868835
        },
        {
            "start": 817868839,
            "stop": 817868870
        },
        {
            "start": 817868874,
            "stop": 817868892
        },
        {
            "start": 817868900,
            "stop": 817869055
        },
        {
            "start": 817869058,
            "stop": 817869140
        }
    ]
}