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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6370",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6371,
    "results": [
        {
            "start": 873507000,
            "stop": 873507006
        },
        {
            "start": 873507010,
            "stop": 873507018
        },
        {
            "start": 873507022,
            "stop": 873507028
        },
        {
            "start": 873507032,
            "stop": 873507039
        },
        {
            "start": 873507044,
            "stop": 873507050
        },
        {
            "start": 873507054,
            "stop": 873507061
        },
        {
            "start": 873507066,
            "stop": 873507072
        },
        {
            "start": 873507076,
            "stop": 873507078
        },
        {
            "start": 873510910,
            "stop": 873511023
        },
        {
            "start": 873511024,
            "stop": 873511151
        },
        {
            "start": 873511152,
            "stop": 873511194
        },
        {
            "start": 873511195,
            "stop": 873511707
        },
        {
            "start": 873511708,
            "stop": 873511901
        },
        {
            "start": 873511902,
            "stop": 873512261
        },
        {
            "start": 873512262,
            "stop": 873512360
        },
        {
            "start": 873512361,
            "stop": 873512974
        },
        {
            "start": 873512975,
            "stop": 873513283
        },
        {
            "start": 873513285,
            "stop": 873513421
        },
        {
            "start": 873513423,
            "stop": 873513431
        },
        {
            "start": 873513433,
            "stop": 873513775
        }
    ]
}