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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=261",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 262,
    "results": [
        {
            "start": 931166044,
            "stop": 931166046
        },
        {
            "start": 931166047,
            "stop": 931166055
        },
        {
            "start": 931166058,
            "stop": 931166059
        },
        {
            "start": 931166060,
            "stop": 931166062
        },
        {
            "start": 931166065,
            "stop": 931166067
        },
        {
            "start": 931166069,
            "stop": 931166070
        },
        {
            "start": 931166071,
            "stop": 931166072
        },
        {
            "start": 931166073,
            "stop": 931166074
        },
        {
            "start": 931166077,
            "stop": 931166078
        },
        {
            "start": 931166080,
            "stop": 931166086
        },
        {
            "start": 931166087,
            "stop": 931166088
        },
        {
            "start": 931166089,
            "stop": 931166091
        },
        {
            "start": 931166095,
            "stop": 931166096
        },
        {
            "start": 931166103,
            "stop": 931166104
        },
        {
            "start": 931166106,
            "stop": 931166107
        },
        {
            "start": 931166108,
            "stop": 931166111
        },
        {
            "start": 931166114,
            "stop": 931166116
        },
        {
            "start": 931166117,
            "stop": 931166118
        },
        {
            "start": 931166120,
            "stop": 931166124
        },
        {
            "start": 931166125,
            "stop": 931166128
        }
    ]
}