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=6303
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=6304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6302",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6303,
    "results": [
        {
            "start": 875153641,
            "stop": 875154499
        },
        {
            "start": 875154500,
            "stop": 875154511
        },
        {
            "start": 875154513,
            "stop": 875154842
        },
        {
            "start": 875180295,
            "stop": 875180595
        },
        {
            "start": 875180596,
            "stop": 875180985
        },
        {
            "start": 875180987,
            "stop": 875181761
        },
        {
            "start": 875181763,
            "stop": 875182123
        },
        {
            "start": 875182125,
            "stop": 875182359
        },
        {
            "start": 875182360,
            "stop": 875182701
        },
        {
            "start": 875193352,
            "stop": 875193403
        },
        {
            "start": 875193406,
            "stop": 875193459
        },
        {
            "start": 875193462,
            "stop": 875194537
        },
        {
            "start": 875194538,
            "stop": 875195200
        },
        {
            "start": 875195203,
            "stop": 875195551
        },
        {
            "start": 875195552,
            "stop": 875195575
        },
        {
            "start": 875196343,
            "stop": 875196527
        },
        {
            "start": 875196528,
            "stop": 875196866
        },
        {
            "start": 875196867,
            "stop": 875199416
        },
        {
            "start": 875199418,
            "stop": 875201916
        },
        {
            "start": 875201917,
            "stop": 875202347
        }
    ]
}