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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=391",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 392,
    "results": [
        {
            "start": 836994809,
            "stop": 836996849
        },
        {
            "start": 836996999,
            "stop": 837004979
        },
        {
            "start": 837005890,
            "stop": 837007570
        },
        {
            "start": 837007796,
            "stop": 837009176
        },
        {
            "start": 837009403,
            "stop": 837017143
        },
        {
            "start": 837017863,
            "stop": 837023263
        },
        {
            "start": 837024292,
            "stop": 837025792
        },
        {
            "start": 837027540,
            "stop": 837028260
        },
        {
            "start": 837028455,
            "stop": 837029715
        },
        {
            "start": 837029997,
            "stop": 837030477
        },
        {
            "start": 837030634,
            "stop": 837031234
        },
        {
            "start": 837031509,
            "stop": 837033069
        },
        {
            "start": 837033284,
            "stop": 837033644
        },
        {
            "start": 837034794,
            "stop": 837036714
        },
        {
            "start": 837037618,
            "stop": 837037978
        },
        {
            "start": 837039066,
            "stop": 837047226
        },
        {
            "start": 837047393,
            "stop": 837051233
        },
        {
            "start": 837051459,
            "stop": 837056919
        },
        {
            "start": 837057099,
            "stop": 837071319
        },
        {
            "start": 837073959,
            "stop": 837076779
        }
    ]
}