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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=468",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 469,
    "results": [
        {
            "start": 952776306,
            "stop": 952778214
        },
        {
            "start": 952807342,
            "stop": 952821877
        },
        {
            "start": 952823743,
            "stop": 952825850
        },
        {
            "start": 952833746,
            "stop": 952838750
        },
        {
            "start": 952846119,
            "stop": 952872274
        },
        {
            "start": 952883188,
            "stop": 952888077
        },
        {
            "start": 952889743,
            "stop": 952890486
        },
        {
            "start": 952893912,
            "stop": 952898883
        },
        {
            "start": 952903431,
            "stop": 952909607
        },
        {
            "start": 952909608,
            "stop": 952909609
        },
        {
            "start": 952909610,
            "stop": 952923463
        },
        {
            "start": 952927178,
            "stop": 952934726
        },
        {
            "start": 952934799,
            "stop": 952952362
        },
        {
            "start": 952959672,
            "stop": 952964019
        },
        {
            "start": 952967822,
            "stop": 952974895
        },
        {
            "start": 952976569,
            "stop": 952980314
        },
        {
            "start": 952982242,
            "stop": 952983680
        },
        {
            "start": 952988414,
            "stop": 953016149
        },
        {
            "start": 953021644,
            "stop": 953050489
        },
        {
            "start": 953059160,
            "stop": 953061350
        }
    ]
}