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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1893",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1891",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1892,
    "results": [
        {
            "start": 970808494,
            "stop": 970827408
        },
        {
            "start": 970843369,
            "stop": 970848686
        },
        {
            "start": 970883944,
            "stop": 970886806
        },
        {
            "start": 970887879,
            "stop": 970887911
        },
        {
            "start": 970887912,
            "stop": 970889252
        },
        {
            "start": 970889253,
            "stop": 970894124
        },
        {
            "start": 970894125,
            "stop": 970895365
        },
        {
            "start": 970895367,
            "stop": 970895970
        },
        {
            "start": 970895971,
            "stop": 970896424
        },
        {
            "start": 970896426,
            "stop": 970900973
        },
        {
            "start": 970902319,
            "stop": 970923166
        },
        {
            "start": 970952365,
            "stop": 970955264
        },
        {
            "start": 970955265,
            "stop": 970959846
        },
        {
            "start": 970959848,
            "stop": 970961689
        },
        {
            "start": 970970428,
            "stop": 970971363
        },
        {
            "start": 970973469,
            "stop": 970987415
        },
        {
            "start": 970987416,
            "stop": 971005795
        },
        {
            "start": 971005796,
            "stop": 971014164
        },
        {
            "start": 971015969,
            "stop": 971019132
        },
        {
            "start": 971020528,
            "stop": 971031707
        }
    ]
}