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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=224",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 225,
    "results": [
        {
            "start": 827340190,
            "stop": 827340370
        },
        {
            "start": 827340531,
            "stop": 827340591
        },
        {
            "start": 827340972,
            "stop": 827341032
        },
        {
            "start": 827341189,
            "stop": 827341249
        },
        {
            "start": 827342070,
            "stop": 827342250
        },
        {
            "start": 827350772,
            "stop": 827350862
        },
        {
            "start": 827362230,
            "stop": 827362350
        },
        {
            "start": 827362780,
            "stop": 827362900
        },
        {
            "start": 827364067,
            "stop": 827364127
        },
        {
            "start": 827371546,
            "stop": 827373346
        },
        {
            "start": 827377845,
            "stop": 827378505
        },
        {
            "start": 827387250,
            "stop": 827387850
        },
        {
            "start": 827388030,
            "stop": 827389410
        },
        {
            "start": 827389559,
            "stop": 827389859
        },
        {
            "start": 827390076,
            "stop": 827395056
        },
        {
            "start": 827395242,
            "stop": 827395842
        },
        {
            "start": 827396137,
            "stop": 827396347
        },
        {
            "start": 827396483,
            "stop": 827397983
        },
        {
            "start": 827398159,
            "stop": 827398879
        },
        {
            "start": 827399055,
            "stop": 827399655
        }
    ]
}