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=1874
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=1875",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1873",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1874,
    "results": [
        {
            "start": 968852512,
            "stop": 968855356
        },
        {
            "start": 968855357,
            "stop": 968856708
        },
        {
            "start": 968858460,
            "stop": 968860679
        },
        {
            "start": 968862335,
            "stop": 968863539
        },
        {
            "start": 968863540,
            "stop": 968867701
        },
        {
            "start": 968867703,
            "stop": 968872309
        },
        {
            "start": 968872310,
            "stop": 968878816
        },
        {
            "start": 968878834,
            "stop": 968878936
        },
        {
            "start": 968879583,
            "stop": 968879655
        },
        {
            "start": 968880345,
            "stop": 968881342
        },
        {
            "start": 968881343,
            "stop": 968887837
        },
        {
            "start": 968887838,
            "stop": 968898925
        },
        {
            "start": 968898927,
            "stop": 968899305
        },
        {
            "start": 968899307,
            "stop": 968902151
        },
        {
            "start": 968903131,
            "stop": 968906377
        },
        {
            "start": 968906378,
            "stop": 968907123
        },
        {
            "start": 968908344,
            "stop": 968908868
        },
        {
            "start": 968910200,
            "stop": 968912211
        },
        {
            "start": 968912212,
            "stop": 968913049
        },
        {
            "start": 968914368,
            "stop": 968917059
        }
    ]
}