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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=323",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 324,
    "results": [
        {
            "start": 852487737,
            "stop": 852487739
        },
        {
            "start": 852487742,
            "stop": 852489506
        },
        {
            "start": 852489509,
            "stop": 852489585
        },
        {
            "start": 852489906,
            "stop": 852490034
        },
        {
            "start": 852490037,
            "stop": 852490038
        },
        {
            "start": 852490041,
            "stop": 852490046
        },
        {
            "start": 852490057,
            "stop": 852490443
        },
        {
            "start": 852490757,
            "stop": 852491185
        },
        {
            "start": 852491200,
            "stop": 852492916
        },
        {
            "start": 852492919,
            "stop": 852492987
        },
        {
            "start": 852494303,
            "stop": 852495248
        },
        {
            "start": 852495254,
            "stop": 852495260
        },
        {
            "start": 852495267,
            "stop": 852495727
        },
        {
            "start": 852495730,
            "stop": 852495738
        },
        {
            "start": 852495741,
            "stop": 852496250
        },
        {
            "start": 852496255,
            "stop": 852496388
        },
        {
            "start": 852496391,
            "stop": 852496395
        },
        {
            "start": 852496398,
            "stop": 852497245
        },
        {
            "start": 852497355,
            "stop": 852497697
        },
        {
            "start": 852497705,
            "stop": 852497710
        }
    ]
}