Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=676
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=677",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=675",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 676,
    "results": [
        {
            "start": 1266353135,
            "stop": 1266353836
        },
        {
            "start": 1266353841,
            "stop": 1266355046
        },
        {
            "start": 1266355047,
            "stop": 1266355362
        },
        {
            "start": 1266355363,
            "stop": 1266355593
        },
        {
            "start": 1266355594,
            "stop": 1266356840
        },
        {
            "start": 1266356842,
            "stop": 1266356868
        },
        {
            "start": 1266356869,
            "stop": 1266356872
        },
        {
            "start": 1266356874,
            "stop": 1266356962
        },
        {
            "start": 1266356963,
            "stop": 1266358184
        },
        {
            "start": 1266358187,
            "stop": 1266358258
        },
        {
            "start": 1266358263,
            "stop": 1266358723
        },
        {
            "start": 1266358728,
            "stop": 1266359241
        },
        {
            "start": 1266359244,
            "stop": 1266360500
        },
        {
            "start": 1266360505,
            "stop": 1266362521
        },
        {
            "start": 1266362523,
            "stop": 1266364406
        },
        {
            "start": 1266364411,
            "stop": 1266369830
        },
        {
            "start": 1266369832,
            "stop": 1266371390
        },
        {
            "start": 1266371393,
            "stop": 1266372273
        },
        {
            "start": 1266372278,
            "stop": 1266372888
        },
        {
            "start": 1266372893,
            "stop": 1266374843
        }
    ]
}