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=7127
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=7128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7126",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7127,
    "results": [
        {
            "start": 874289989,
            "stop": 874290190
        },
        {
            "start": 874290191,
            "stop": 874290557
        },
        {
            "start": 874290558,
            "stop": 874290742
        },
        {
            "start": 874290743,
            "stop": 874290766
        },
        {
            "start": 874290767,
            "stop": 874291001
        },
        {
            "start": 874291002,
            "stop": 874291091
        },
        {
            "start": 874291092,
            "stop": 874292326
        },
        {
            "start": 874292327,
            "stop": 874292690
        },
        {
            "start": 874292691,
            "stop": 874292725
        },
        {
            "start": 874292727,
            "stop": 874292818
        },
        {
            "start": 874292819,
            "stop": 874293848
        },
        {
            "start": 874293849,
            "stop": 874293897
        },
        {
            "start": 874293899,
            "stop": 874294320
        },
        {
            "start": 874294321,
            "stop": 874294446
        },
        {
            "start": 874294447,
            "stop": 874294557
        },
        {
            "start": 874294559,
            "stop": 874295339
        },
        {
            "start": 874295340,
            "stop": 874295363
        },
        {
            "start": 874295364,
            "stop": 874295437
        },
        {
            "start": 874295438,
            "stop": 874295506
        },
        {
            "start": 874295507,
            "stop": 874295762
        }
    ]
}