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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6522",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6523,
    "results": [
        {
            "start": 874288666,
            "stop": 874289067
        },
        {
            "start": 874289068,
            "stop": 874289230
        },
        {
            "start": 874289231,
            "stop": 874289370
        },
        {
            "start": 874289372,
            "stop": 874289396
        },
        {
            "start": 874289397,
            "stop": 874289511
        },
        {
            "start": 874289512,
            "stop": 874289607
        },
        {
            "start": 874289609,
            "stop": 874289821
        },
        {
            "start": 874289822,
            "stop": 874289988
        },
        {
            "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
        }
    ]
}