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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9828",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9829,
    "results": [
        {
            "start": 874054618,
            "stop": 874054621
        },
        {
            "start": 874054622,
            "stop": 874054629
        },
        {
            "start": 874054630,
            "stop": 874054642
        },
        {
            "start": 874054643,
            "stop": 874061598
        },
        {
            "start": 874061601,
            "stop": 874065460
        },
        {
            "start": 874065461,
            "stop": 874065843
        },
        {
            "start": 874065846,
            "stop": 874067985
        },
        {
            "start": 874067986,
            "stop": 874068060
        },
        {
            "start": 874068061,
            "stop": 874073234
        },
        {
            "start": 874073237,
            "stop": 874073309
        },
        {
            "start": 874073312,
            "stop": 874074964
        },
        {
            "start": 874075127,
            "stop": 874075926
        },
        {
            "start": 874075928,
            "stop": 874076893
        },
        {
            "start": 874076895,
            "stop": 874079115
        },
        {
            "start": 874079118,
            "stop": 874081076
        },
        {
            "start": 874081077,
            "stop": 874081242
        },
        {
            "start": 874081244,
            "stop": 874081290
        },
        {
            "start": 874081291,
            "stop": 874081364
        },
        {
            "start": 874081365,
            "stop": 874081374
        },
        {
            "start": 874081375,
            "stop": 874081386
        }
    ]
}