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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=308",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 309,
    "results": [
        {
            "start": 852583852,
            "stop": 852583925
        },
        {
            "start": 852583929,
            "stop": 852583974
        },
        {
            "start": 852583977,
            "stop": 852584017
        },
        {
            "start": 852584021,
            "stop": 852584143
        },
        {
            "start": 852584147,
            "stop": 852584168
        },
        {
            "start": 852584172,
            "stop": 852584548
        },
        {
            "start": 852584552,
            "stop": 852585404
        },
        {
            "start": 852585407,
            "stop": 852585652
        },
        {
            "start": 852585768,
            "stop": 852585858
        },
        {
            "start": 852585969,
            "stop": 852585978
        },
        {
            "start": 852585982,
            "stop": 852586865
        },
        {
            "start": 852586874,
            "stop": 852587053
        },
        {
            "start": 852587095,
            "stop": 852587096
        },
        {
            "start": 852587170,
            "stop": 852587291
        },
        {
            "start": 852587294,
            "stop": 852590533
        },
        {
            "start": 852590551,
            "stop": 852590552
        },
        {
            "start": 852590611,
            "stop": 852590632
        },
        {
            "start": 852590757,
            "stop": 852595500
        },
        {
            "start": 852597931,
            "stop": 852641071
        },
        {
            "start": 852641406,
            "stop": 852644864
        }
    ]
}