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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=162",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 163,
    "results": [
        {
            "start": 840050217,
            "stop": 840052283
        },
        {
            "start": 840052371,
            "stop": 840078567
        },
        {
            "start": 840078867,
            "stop": 840081689
        },
        {
            "start": 840082940,
            "stop": 840083809
        },
        {
            "start": 840087552,
            "stop": 840176626
        },
        {
            "start": 840177620,
            "stop": 840194021
        },
        {
            "start": 840194321,
            "stop": 840196294
        },
        {
            "start": 840196707,
            "stop": 840197369
        },
        {
            "start": 840197669,
            "stop": 840200576
        },
        {
            "start": 840200985,
            "stop": 840203633
        },
        {
            "start": 840203749,
            "stop": 840206431
        },
        {
            "start": 840207806,
            "stop": 840217151
        },
        {
            "start": 840217273,
            "stop": 840222119
        },
        {
            "start": 840222599,
            "stop": 840224899
        },
        {
            "start": 840225199,
            "stop": 840227118
        },
        {
            "start": 840227285,
            "stop": 840230047
        },
        {
            "start": 840230347,
            "stop": 840231526
        },
        {
            "start": 840231826,
            "stop": 840238048
        },
        {
            "start": 840239651,
            "stop": 840243712
        },
        {
            "start": 840245323,
            "stop": 840292234
        }
    ]
}