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=6250
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=6251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6249",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6250,
    "results": [
        {
            "start": 874929756,
            "stop": 874930190
        },
        {
            "start": 874930191,
            "stop": 874930221
        },
        {
            "start": 874930222,
            "stop": 874930970
        },
        {
            "start": 874930971,
            "stop": 874932088
        },
        {
            "start": 874932089,
            "stop": 874932914
        },
        {
            "start": 874932915,
            "stop": 874933111
        },
        {
            "start": 874933113,
            "stop": 874933322
        },
        {
            "start": 874940592,
            "stop": 874940593
        },
        {
            "start": 874940598,
            "stop": 874940599
        },
        {
            "start": 874940605,
            "stop": 874940606
        },
        {
            "start": 874940611,
            "stop": 874940613
        },
        {
            "start": 874940615,
            "stop": 874940618
        },
        {
            "start": 874940620,
            "stop": 874940622
        },
        {
            "start": 874940629,
            "stop": 874940630
        },
        {
            "start": 874940635,
            "stop": 874940636
        },
        {
            "start": 874940638,
            "stop": 874940641
        },
        {
            "start": 874940644,
            "stop": 874940645
        },
        {
            "start": 874940646,
            "stop": 874940651
        },
        {
            "start": 874940652,
            "stop": 874940653
        },
        {
            "start": 874940654,
            "stop": 874940655
        }
    ]
}