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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 155,
    "results": [
        {
            "start": 820255553,
            "stop": 820255584
        },
        {
            "start": 820255588,
            "stop": 820255728
        },
        {
            "start": 820255732,
            "stop": 820255792
        },
        {
            "start": 820255795,
            "stop": 820256431
        },
        {
            "start": 820256434,
            "stop": 820256500
        },
        {
            "start": 820256503,
            "stop": 820256735
        },
        {
            "start": 820256739,
            "stop": 820257364
        },
        {
            "start": 820257367,
            "stop": 820257473
        },
        {
            "start": 820257476,
            "stop": 820257484
        },
        {
            "start": 820257487,
            "stop": 820257498
        },
        {
            "start": 820257501,
            "stop": 820257551
        },
        {
            "start": 820257554,
            "stop": 820257684
        },
        {
            "start": 820257688,
            "stop": 820257775
        },
        {
            "start": 820257778,
            "stop": 820258083
        },
        {
            "start": 820258086,
            "stop": 820258108
        },
        {
            "start": 820258112,
            "stop": 820258395
        },
        {
            "start": 820258398,
            "stop": 820258676
        },
        {
            "start": 820258680,
            "stop": 820258938
        },
        {
            "start": 820258942,
            "stop": 820259726
        },
        {
            "start": 820259730,
            "stop": 820260021
        }
    ]
}