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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 98,
    "results": [
        {
            "start": 1126571277,
            "stop": 1126571280
        },
        {
            "start": 1126571281,
            "stop": 1126571317
        },
        {
            "start": 1126571324,
            "stop": 1126571325
        },
        {
            "start": 1126571328,
            "stop": 1126571341
        },
        {
            "start": 1126571342,
            "stop": 1126571358
        },
        {
            "start": 1126571360,
            "stop": 1126571362
        },
        {
            "start": 1126571364,
            "stop": 1126571424
        },
        {
            "start": 1126571426,
            "stop": 1126571458
        },
        {
            "start": 1126571459,
            "stop": 1126571540
        },
        {
            "start": 1126571542,
            "stop": 1126571554
        },
        {
            "start": 1126571556,
            "stop": 1126571580
        },
        {
            "start": 1126571581,
            "stop": 1126571588
        },
        {
            "start": 1126571591,
            "stop": 1126571593
        },
        {
            "start": 1126571596,
            "stop": 1126571597
        },
        {
            "start": 1126571599,
            "stop": 1126571600
        },
        {
            "start": 1126571602,
            "stop": 1126571605
        },
        {
            "start": 1126571606,
            "stop": 1126571626
        },
        {
            "start": 1126571627,
            "stop": 1126571647
        },
        {
            "start": 1126571648,
            "stop": 1126571714
        },
        {
            "start": 1126571715,
            "stop": 1126571788
        }
    ]
}