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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 48,
    "results": [
        {
            "start": 1403075218,
            "stop": 1403086729
        },
        {
            "start": 1403086736,
            "stop": 1403104320
        },
        {
            "start": 1403104327,
            "stop": 1403107586
        },
        {
            "start": 1403107590,
            "stop": 1403116216
        },
        {
            "start": 1403118099,
            "stop": 1403120839
        },
        {
            "start": 1403120844,
            "stop": 1403122405
        },
        {
            "start": 1403122408,
            "stop": 1403127383
        },
        {
            "start": 1403135796,
            "stop": 1403136468
        },
        {
            "start": 1403140125,
            "stop": 1403140194
        },
        {
            "start": 1403140197,
            "stop": 1403146843
        },
        {
            "start": 1403159552,
            "stop": 1403169805
        },
        {
            "start": 1403169812,
            "stop": 1403175773
        },
        {
            "start": 1403188661,
            "stop": 1403194679
        },
        {
            "start": 1403194686,
            "stop": 1403199308
        },
        {
            "start": 1403206487,
            "stop": 1403212963
        },
        {
            "start": 1403212970,
            "stop": 1403218380
        },
        {
            "start": 1403218496,
            "stop": 1403218506
        },
        {
            "start": 1403218634,
            "stop": 1403218681
        },
        {
            "start": 1403219603,
            "stop": 1403226292
        },
        {
            "start": 1403226295,
            "stop": 1403226757
        }
    ]
}