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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1848",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1846",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1847,
    "results": [
        {
            "start": 965594797,
            "stop": 965594844
        },
        {
            "start": 965594845,
            "stop": 965597519
        },
        {
            "start": 965597520,
            "stop": 965601431
        },
        {
            "start": 965602329,
            "stop": 965621551
        },
        {
            "start": 965621553,
            "stop": 965628641
        },
        {
            "start": 965628643,
            "stop": 965629879
        },
        {
            "start": 965629880,
            "stop": 965630774
        },
        {
            "start": 965630775,
            "stop": 965637559
        },
        {
            "start": 965640858,
            "stop": 965643284
        },
        {
            "start": 965644440,
            "stop": 965645060
        },
        {
            "start": 965645061,
            "stop": 965647388
        },
        {
            "start": 965647389,
            "stop": 965649634
        },
        {
            "start": 965663327,
            "stop": 965668591
        },
        {
            "start": 965668592,
            "stop": 965669882
        },
        {
            "start": 965671981,
            "stop": 965674839
        },
        {
            "start": 965674840,
            "stop": 965681360
        },
        {
            "start": 965687514,
            "stop": 965687692
        },
        {
            "start": 965690523,
            "stop": 965691416
        },
        {
            "start": 965694220,
            "stop": 965694808
        },
        {
            "start": 965697493,
            "stop": 965698598
        }
    ]
}