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=567
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=568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=566",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 567,
    "results": [
        {
            "start": 874452909,
            "stop": 874488228
        },
        {
            "start": 874489490,
            "stop": 874516533
        },
        {
            "start": 874518438,
            "stop": 874519507
        },
        {
            "start": 874519566,
            "stop": 874520066
        },
        {
            "start": 874521897,
            "stop": 874568323
        },
        {
            "start": 874568422,
            "stop": 874573175
        },
        {
            "start": 874573802,
            "stop": 874595225
        },
        {
            "start": 874601066,
            "stop": 874616568
        },
        {
            "start": 874617160,
            "stop": 874658877
        },
        {
            "start": 874658880,
            "stop": 874659023
        },
        {
            "start": 874659785,
            "stop": 874675616
        },
        {
            "start": 874676095,
            "stop": 874682697
        },
        {
            "start": 874682774,
            "stop": 874683429
        },
        {
            "start": 874683576,
            "stop": 874689954
        },
        {
            "start": 874690392,
            "stop": 874693963
        },
        {
            "start": 874694196,
            "stop": 874697652
        },
        {
            "start": 874697935,
            "stop": 874700296
        },
        {
            "start": 874702930,
            "stop": 874712150
        },
        {
            "start": 874712530,
            "stop": 874743895
        },
        {
            "start": 874745089,
            "stop": 874750658
        }
    ]
}