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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=137",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 138,
    "results": [
        {
            "start": 829074833,
            "stop": 829074852
        },
        {
            "start": 829074870,
            "stop": 829074981
        },
        {
            "start": 829074985,
            "stop": 829075151
        },
        {
            "start": 829075160,
            "stop": 829075176
        },
        {
            "start": 829075190,
            "stop": 829075216
        },
        {
            "start": 829075219,
            "stop": 829075628
        },
        {
            "start": 829075631,
            "stop": 829075637
        },
        {
            "start": 829075641,
            "stop": 829075782
        },
        {
            "start": 829075785,
            "stop": 829075791
        },
        {
            "start": 829075796,
            "stop": 829075807
        },
        {
            "start": 829075844,
            "stop": 829075951
        },
        {
            "start": 829075954,
            "stop": 829075960
        },
        {
            "start": 829075969,
            "stop": 829076061
        },
        {
            "start": 829076070,
            "stop": 829076085
        },
        {
            "start": 829076089,
            "stop": 829076119
        },
        {
            "start": 829076128,
            "stop": 829076136
        },
        {
            "start": 829076144,
            "stop": 829076150
        },
        {
            "start": 829076164,
            "stop": 829076174
        },
        {
            "start": 829076178,
            "stop": 829076257
        },
        {
            "start": 829076261,
            "stop": 829076272
        }
    ]
}