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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6137",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6138,
    "results": [
        {
            "start": 874236023,
            "stop": 874236071
        },
        {
            "start": 874236074,
            "stop": 874236192
        },
        {
            "start": 874236195,
            "stop": 874236197
        },
        {
            "start": 874236200,
            "stop": 874236256
        },
        {
            "start": 874236259,
            "stop": 874236685
        },
        {
            "start": 874236688,
            "stop": 874236904
        },
        {
            "start": 874236906,
            "stop": 874237638
        },
        {
            "start": 874237640,
            "stop": 874237814
        },
        {
            "start": 874237815,
            "stop": 874238135
        },
        {
            "start": 874238138,
            "stop": 874238231
        },
        {
            "start": 874238234,
            "stop": 874238540
        },
        {
            "start": 874238543,
            "stop": 874238568
        },
        {
            "start": 874238571,
            "stop": 874238573
        },
        {
            "start": 874238576,
            "stop": 874238622
        },
        {
            "start": 874240518,
            "stop": 874240521
        },
        {
            "start": 874240522,
            "stop": 874240523
        },
        {
            "start": 874240525,
            "stop": 874240533
        },
        {
            "start": 874240535,
            "stop": 874240537
        },
        {
            "start": 874240539,
            "stop": 874240542
        },
        {
            "start": 874240543,
            "stop": 874240545
        }
    ]
}