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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16813",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16814,
    "results": [
        {
            "start": 875151827,
            "stop": 875151841
        },
        {
            "start": 875151842,
            "stop": 875151887
        },
        {
            "start": 875151888,
            "stop": 875151992
        },
        {
            "start": 875151993,
            "stop": 875152064
        },
        {
            "start": 875152065,
            "stop": 875152161
        },
        {
            "start": 875152162,
            "stop": 875152194
        },
        {
            "start": 875152195,
            "stop": 875152208
        },
        {
            "start": 875152211,
            "stop": 875152751
        },
        {
            "start": 875152752,
            "stop": 875152791
        },
        {
            "start": 875152792,
            "stop": 875152836
        },
        {
            "start": 875152837,
            "stop": 875153103
        },
        {
            "start": 875153104,
            "stop": 875153270
        },
        {
            "start": 875153273,
            "stop": 875153343
        },
        {
            "start": 875153345,
            "stop": 875153385
        },
        {
            "start": 875153386,
            "stop": 875153615
        },
        {
            "start": 875153617,
            "stop": 875153640
        },
        {
            "start": 875153641,
            "stop": 875153670
        },
        {
            "start": 875153671,
            "stop": 875154283
        },
        {
            "start": 875154285,
            "stop": 875154453
        },
        {
            "start": 875154457,
            "stop": 875154466
        }
    ]
}