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=6032
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=6033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6031",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6032,
    "results": [
        {
            "start": 873671254,
            "stop": 873671293
        },
        {
            "start": 873671295,
            "stop": 873671311
        },
        {
            "start": 873671313,
            "stop": 873671353
        },
        {
            "start": 873671354,
            "stop": 873671400
        },
        {
            "start": 873671402,
            "stop": 873671460
        },
        {
            "start": 873671461,
            "stop": 873671503
        },
        {
            "start": 873671505,
            "stop": 873671546
        },
        {
            "start": 873671548,
            "stop": 873671637
        },
        {
            "start": 873671638,
            "stop": 873671645
        },
        {
            "start": 873671646,
            "stop": 873671679
        },
        {
            "start": 873671680,
            "stop": 873671721
        },
        {
            "start": 873671722,
            "stop": 873671791
        },
        {
            "start": 873671793,
            "stop": 873671800
        },
        {
            "start": 873671801,
            "stop": 873671805
        },
        {
            "start": 873671806,
            "stop": 873671809
        },
        {
            "start": 873671810,
            "stop": 873671854
        },
        {
            "start": 873671855,
            "stop": 873671914
        },
        {
            "start": 873671916,
            "stop": 873672003
        },
        {
            "start": 873672005,
            "stop": 873672080
        },
        {
            "start": 873672082,
            "stop": 873672090
        }
    ]
}