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_CAT3/segments?format=api&page=7186
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=7187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7185",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7186,
    "results": [
        {
            "start": 875128840,
            "stop": 875128842
        },
        {
            "start": 875128847,
            "stop": 875128850
        },
        {
            "start": 875128853,
            "stop": 875128894
        },
        {
            "start": 875128897,
            "stop": 875128905
        },
        {
            "start": 875128909,
            "stop": 875128982
        },
        {
            "start": 875128985,
            "stop": 875128992
        },
        {
            "start": 875128995,
            "stop": 875128999
        },
        {
            "start": 875129002,
            "stop": 875129099
        },
        {
            "start": 875129102,
            "stop": 875129106
        },
        {
            "start": 875129109,
            "stop": 875129175
        },
        {
            "start": 875129178,
            "stop": 875129782
        },
        {
            "start": 875129785,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875133884
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875138890
        },
        {
            "start": 875138893,
            "stop": 875139725
        },
        {
            "start": 875139729,
            "stop": 875141100
        },
        {
            "start": 875141597,
            "stop": 875142798
        },
        {
            "start": 875142801,
            "stop": 875144268
        },
        {
            "start": 875144271,
            "stop": 875145147
        }
    ]
}