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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=523",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=521",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 522,
    "results": [
        {
            "start": 1262748649,
            "stop": 1262748920
        },
        {
            "start": 1262748923,
            "stop": 1262749243
        },
        {
            "start": 1262749246,
            "stop": 1262749269
        },
        {
            "start": 1262749272,
            "stop": 1262749333
        },
        {
            "start": 1262749338,
            "stop": 1262749563
        },
        {
            "start": 1262749566,
            "stop": 1262749629
        },
        {
            "start": 1262749632,
            "stop": 1262749679
        },
        {
            "start": 1262749682,
            "stop": 1262749707
        },
        {
            "start": 1262749710,
            "stop": 1262749749
        },
        {
            "start": 1262749752,
            "stop": 1262749775
        },
        {
            "start": 1262749778,
            "stop": 1262749981
        },
        {
            "start": 1262749984,
            "stop": 1262750383
        },
        {
            "start": 1262750386,
            "stop": 1262750487
        },
        {
            "start": 1262750490,
            "stop": 1262750613
        },
        {
            "start": 1262750616,
            "stop": 1262750643
        },
        {
            "start": 1262750646,
            "stop": 1262750678
        },
        {
            "start": 1262750681,
            "stop": 1262750692
        },
        {
            "start": 1262750695,
            "stop": 1262750759
        },
        {
            "start": 1262750762,
            "stop": 1262750920
        },
        {
            "start": 1262750923,
            "stop": 1262750939
        }
    ]
}