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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=349",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 350,
    "results": [
        {
            "start": 939520956,
            "stop": 939521020
        },
        {
            "start": 939521023,
            "stop": 939521035
        },
        {
            "start": 939521038,
            "stop": 939521048
        },
        {
            "start": 939521051,
            "stop": 939521099
        },
        {
            "start": 939521102,
            "stop": 939521138
        },
        {
            "start": 939521141,
            "stop": 939521179
        },
        {
            "start": 939533692,
            "stop": 939533784
        },
        {
            "start": 939533788,
            "stop": 939533978
        },
        {
            "start": 939533983,
            "stop": 939534021
        },
        {
            "start": 939534024,
            "stop": 939534094
        },
        {
            "start": 939534097,
            "stop": 939534104
        },
        {
            "start": 939534107,
            "stop": 939534143
        },
        {
            "start": 939534146,
            "stop": 939534157
        },
        {
            "start": 939534161,
            "stop": 939534239
        },
        {
            "start": 939534242,
            "stop": 939534309
        },
        {
            "start": 939534312,
            "stop": 939534320
        },
        {
            "start": 939534324,
            "stop": 939534342
        },
        {
            "start": 939534345,
            "stop": 939534384
        },
        {
            "start": 939534388,
            "stop": 939534431
        },
        {
            "start": 939534435,
            "stop": 939534440
        }
    ]
}