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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 95,
    "results": [
        {
            "start": 1126564325,
            "stop": 1126564356
        },
        {
            "start": 1126564358,
            "stop": 1126564403
        },
        {
            "start": 1126564405,
            "stop": 1126564710
        },
        {
            "start": 1126564712,
            "stop": 1126565089
        },
        {
            "start": 1126565090,
            "stop": 1126565133
        },
        {
            "start": 1126565137,
            "stop": 1126565438
        },
        {
            "start": 1126565440,
            "stop": 1126565810
        },
        {
            "start": 1126565811,
            "stop": 1126565894
        },
        {
            "start": 1126565895,
            "stop": 1126566053
        },
        {
            "start": 1126566055,
            "stop": 1126566056
        },
        {
            "start": 1126566058,
            "stop": 1126566192
        },
        {
            "start": 1126566193,
            "stop": 1126566289
        },
        {
            "start": 1126566291,
            "stop": 1126566298
        },
        {
            "start": 1126566300,
            "stop": 1126566308
        },
        {
            "start": 1126566310,
            "stop": 1126566317
        },
        {
            "start": 1126566318,
            "stop": 1126566333
        },
        {
            "start": 1126566335,
            "stop": 1126566524
        },
        {
            "start": 1126566526,
            "stop": 1126566585
        },
        {
            "start": 1126566587,
            "stop": 1126566959
        },
        {
            "start": 1126566961,
            "stop": 1126566962
        }
    ]
}