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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 196,
    "results": [
        {
            "start": 931463176,
            "stop": 931463187
        },
        {
            "start": 931463188,
            "stop": 931463243
        },
        {
            "start": 931463244,
            "stop": 931463297
        },
        {
            "start": 931463299,
            "stop": 931463316
        },
        {
            "start": 931463317,
            "stop": 931463325
        },
        {
            "start": 931463327,
            "stop": 931463336
        },
        {
            "start": 931463340,
            "stop": 931463350
        },
        {
            "start": 931463352,
            "stop": 931463504
        },
        {
            "start": 931463505,
            "stop": 931463506
        },
        {
            "start": 931463508,
            "stop": 931463536
        },
        {
            "start": 931463538,
            "stop": 931463559
        },
        {
            "start": 931463560,
            "stop": 931463579
        },
        {
            "start": 931463581,
            "stop": 931463743
        },
        {
            "start": 931463745,
            "stop": 931463892
        },
        {
            "start": 931463896,
            "stop": 931463899
        },
        {
            "start": 931463901,
            "stop": 931463902
        },
        {
            "start": 931463905,
            "stop": 931463944
        },
        {
            "start": 931463951,
            "stop": 931463955
        },
        {
            "start": 931463957,
            "stop": 931463965
        },
        {
            "start": 931463967,
            "stop": 931463992
        }
    ]
}