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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 516,
    "results": [
        {
            "start": 868970775,
            "stop": 868970790
        },
        {
            "start": 868970795,
            "stop": 868974305
        },
        {
            "start": 868974310,
            "stop": 868974337
        },
        {
            "start": 868974343,
            "stop": 868981070
        },
        {
            "start": 868981075,
            "stop": 868982880
        },
        {
            "start": 868982940,
            "stop": 868985093
        },
        {
            "start": 868985096,
            "stop": 868987990
        },
        {
            "start": 868988100,
            "stop": 868989324
        },
        {
            "start": 868989624,
            "stop": 868989960
        },
        {
            "start": 868989965,
            "stop": 868990772
        },
        {
            "start": 868990778,
            "stop": 868999035
        },
        {
            "start": 868999040,
            "stop": 868999227
        },
        {
            "start": 868999233,
            "stop": 868999247
        },
        {
            "start": 868999255,
            "stop": 868999277
        },
        {
            "start": 868999283,
            "stop": 869000130
        },
        {
            "start": 869000135,
            "stop": 869000145
        },
        {
            "start": 869000150,
            "stop": 869000192
        },
        {
            "start": 869000200,
            "stop": 869000265
        },
        {
            "start": 869000270,
            "stop": 869005206
        },
        {
            "start": 869005435,
            "stop": 869006481
        }
    ]
}