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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=367",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 368,
    "results": [
        {
            "start": 847736590,
            "stop": 847736597
        },
        {
            "start": 847736599,
            "stop": 847736600
        },
        {
            "start": 847736602,
            "stop": 847736603
        },
        {
            "start": 847736605,
            "stop": 847736635
        },
        {
            "start": 847737250,
            "stop": 847737304
        },
        {
            "start": 847737421,
            "stop": 847737433
        },
        {
            "start": 847737749,
            "stop": 847737751
        },
        {
            "start": 847737752,
            "stop": 847737773
        },
        {
            "start": 847737775,
            "stop": 847737794
        },
        {
            "start": 847737795,
            "stop": 847737871
        },
        {
            "start": 847737872,
            "stop": 847737892
        },
        {
            "start": 847737894,
            "stop": 847737913
        },
        {
            "start": 847737915,
            "stop": 847737921
        },
        {
            "start": 847737922,
            "stop": 847737923
        },
        {
            "start": 847737924,
            "stop": 847737926
        },
        {
            "start": 847737927,
            "stop": 847737932
        },
        {
            "start": 847737933,
            "stop": 847737935
        },
        {
            "start": 847737936,
            "stop": 847737938
        },
        {
            "start": 847737940,
            "stop": 847737942
        },
        {
            "start": 847737944,
            "stop": 847737946
        }
    ]
}