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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=272",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 273,
    "results": [
        {
            "start": 931615021,
            "stop": 931615027
        },
        {
            "start": 931615040,
            "stop": 931615041
        },
        {
            "start": 931615042,
            "stop": 931615055
        },
        {
            "start": 931615065,
            "stop": 931615081
        },
        {
            "start": 931615083,
            "stop": 931615089
        },
        {
            "start": 931615095,
            "stop": 931615098
        },
        {
            "start": 931615124,
            "stop": 931615125
        },
        {
            "start": 931615127,
            "stop": 931615138
        },
        {
            "start": 931615153,
            "stop": 931615158
        },
        {
            "start": 931615159,
            "stop": 931615168
        },
        {
            "start": 931615183,
            "stop": 931615192
        },
        {
            "start": 931615193,
            "stop": 931615201
        },
        {
            "start": 931615203,
            "stop": 931615215
        },
        {
            "start": 931617383,
            "stop": 931617498
        },
        {
            "start": 931617499,
            "stop": 931617541
        },
        {
            "start": 931617542,
            "stop": 931617557
        },
        {
            "start": 931617558,
            "stop": 931617567
        },
        {
            "start": 931617568,
            "stop": 931617627
        },
        {
            "start": 931617628,
            "stop": 931617637
        },
        {
            "start": 931617638,
            "stop": 931617873
        }
    ]
}