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=7035
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=7036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7034",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7035,
    "results": [
        {
            "start": 873845144,
            "stop": 873845146
        },
        {
            "start": 873845148,
            "stop": 873845149
        },
        {
            "start": 873845151,
            "stop": 873845153
        },
        {
            "start": 873845154,
            "stop": 873845156
        },
        {
            "start": 873845158,
            "stop": 873845159
        },
        {
            "start": 873845161,
            "stop": 873845163
        },
        {
            "start": 873845164,
            "stop": 873845192
        },
        {
            "start": 873845193,
            "stop": 873845302
        },
        {
            "start": 873845303,
            "stop": 873845429
        },
        {
            "start": 873845430,
            "stop": 873845443
        },
        {
            "start": 873845444,
            "stop": 873845481
        },
        {
            "start": 873845482,
            "stop": 873845586
        },
        {
            "start": 873845587,
            "stop": 873845684
        },
        {
            "start": 873845686,
            "stop": 873845757
        },
        {
            "start": 873845759,
            "stop": 873845783
        },
        {
            "start": 873845785,
            "stop": 873845898
        },
        {
            "start": 873845900,
            "stop": 873846328
        },
        {
            "start": 873846329,
            "stop": 873846504
        },
        {
            "start": 873846506,
            "stop": 873846612
        },
        {
            "start": 873846613,
            "stop": 873847136
        }
    ]
}