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=467
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=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=466",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 467,
    "results": [
        {
            "start": 865056518,
            "stop": 865057134
        },
        {
            "start": 865057920,
            "stop": 865062754
        },
        {
            "start": 865062756,
            "stop": 865064040
        },
        {
            "start": 865064100,
            "stop": 865076580
        },
        {
            "start": 865076640,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079282
        },
        {
            "start": 865112470,
            "stop": 865112473
        },
        {
            "start": 865112474,
            "stop": 865112482
        },
        {
            "start": 865112487,
            "stop": 865112497
        },
        {
            "start": 865112500,
            "stop": 865112612
        },
        {
            "start": 865112614,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865114975
        },
        {
            "start": 865114983,
            "stop": 865115026
        },
        {
            "start": 865116577,
            "stop": 865121120
        },
        {
            "start": 865121123,
            "stop": 865122180
        },
        {
            "start": 865122240,
            "stop": 865129351
        },
        {
            "start": 865130017,
            "stop": 865130286
        },
        {
            "start": 865130472,
            "stop": 865130520
        },
        {
            "start": 865130580,
            "stop": 865131598
        },
        {
            "start": 865131601,
            "stop": 865134178
        }
    ]
}