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=471
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=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=470",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 471,
    "results": [
        {
            "start": 862003991,
            "stop": 862006874
        },
        {
            "start": 862007752,
            "stop": 862009806
        },
        {
            "start": 862040038,
            "stop": 862040039
        },
        {
            "start": 862040041,
            "stop": 862040043
        },
        {
            "start": 862040044,
            "stop": 862040047
        },
        {
            "start": 862040054,
            "stop": 862040058
        },
        {
            "start": 862040061,
            "stop": 862040062
        },
        {
            "start": 862040064,
            "stop": 862040074
        },
        {
            "start": 862040076,
            "stop": 862040081
        },
        {
            "start": 862040084,
            "stop": 862058940
        },
        {
            "start": 862059445,
            "stop": 862063280
        },
        {
            "start": 862065076,
            "stop": 862065438
        },
        {
            "start": 862065710,
            "stop": 862065825
        },
        {
            "start": 862066249,
            "stop": 862067059
        },
        {
            "start": 862084178,
            "stop": 862085546
        },
        {
            "start": 862085690,
            "stop": 862087002
        },
        {
            "start": 862087999,
            "stop": 862089352
        },
        {
            "start": 862089758,
            "stop": 862094734
        },
        {
            "start": 862128116,
            "stop": 862130266
        },
        {
            "start": 862130268,
            "stop": 862141554
        }
    ]
}