Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=458
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=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=457",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 458,
    "results": [
        {
            "start": 860541102,
            "stop": 860570468
        },
        {
            "start": 860571531,
            "stop": 860572405
        },
        {
            "start": 860572816,
            "stop": 860576083
        },
        {
            "start": 860576085,
            "stop": 860576894
        },
        {
            "start": 860578965,
            "stop": 860593417
        },
        {
            "start": 860594300,
            "stop": 860619324
        },
        {
            "start": 860621799,
            "stop": 860622576
        },
        {
            "start": 860622579,
            "stop": 860622931
        },
        {
            "start": 860661512,
            "stop": 860661701
        },
        {
            "start": 860661703,
            "stop": 860662565
        },
        {
            "start": 860662566,
            "stop": 860665028
        },
        {
            "start": 860666920,
            "stop": 860673072
        },
        {
            "start": 860674435,
            "stop": 860675604
        },
        {
            "start": 860675606,
            "stop": 860679073
        },
        {
            "start": 860679075,
            "stop": 860679133
        },
        {
            "start": 860681009,
            "stop": 860688571
        },
        {
            "start": 860699205,
            "stop": 860700834
        },
        {
            "start": 860701444,
            "stop": 860710211
        },
        {
            "start": 860710714,
            "stop": 860739324
        },
        {
            "start": 860739326,
            "stop": 860739509
        }
    ]
}