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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 140,
    "results": [
        {
            "start": 1417383996,
            "stop": 1417384654
        },
        {
            "start": 1417384659,
            "stop": 1417405191
        },
        {
            "start": 1417405196,
            "stop": 1417412634
        },
        {
            "start": 1417412639,
            "stop": 1417419847
        },
        {
            "start": 1417419852,
            "stop": 1417432457
        },
        {
            "start": 1417432462,
            "stop": 1417435696
        },
        {
            "start": 1417435700,
            "stop": 1417436299
        },
        {
            "start": 1417436304,
            "stop": 1417439120
        },
        {
            "start": 1417439123,
            "stop": 1417443258
        },
        {
            "start": 1417443263,
            "stop": 1417445739
        },
        {
            "start": 1417445744,
            "stop": 1417447246
        },
        {
            "start": 1417447251,
            "stop": 1417449371
        },
        {
            "start": 1417449376,
            "stop": 1417450787
        },
        {
            "start": 1417474758,
            "stop": 1417475013
        },
        {
            "start": 1417475293,
            "stop": 1417505578
        },
        {
            "start": 1417505583,
            "stop": 1417510213
        },
        {
            "start": 1417529704,
            "stop": 1417533786
        },
        {
            "start": 1417533791,
            "stop": 1417534504
        },
        {
            "start": 1417534509,
            "stop": 1417536011
        },
        {
            "start": 1417536016,
            "stop": 1417537724
        }
    ]
}