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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40665",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40666,
    "results": [
        {
            "start": 874922801,
            "stop": 874922804
        },
        {
            "start": 874922805,
            "stop": 874922865
        },
        {
            "start": 874922866,
            "stop": 874922874
        },
        {
            "start": 874922876,
            "stop": 874922938
        },
        {
            "start": 874922939,
            "stop": 874923000
        },
        {
            "start": 874923001,
            "stop": 874923002
        },
        {
            "start": 874923003,
            "stop": 874923024
        },
        {
            "start": 874923025,
            "stop": 874923029
        },
        {
            "start": 874923031,
            "stop": 874923045
        },
        {
            "start": 874923046,
            "stop": 874923087
        },
        {
            "start": 874923089,
            "stop": 874923109
        },
        {
            "start": 874923110,
            "stop": 874923133
        },
        {
            "start": 874923135,
            "stop": 874923143
        },
        {
            "start": 874923145,
            "stop": 874923236
        },
        {
            "start": 874923237,
            "stop": 874923317
        },
        {
            "start": 874923318,
            "stop": 874923337
        },
        {
            "start": 874923338,
            "stop": 874923343
        },
        {
            "start": 874923344,
            "stop": 874923385
        },
        {
            "start": 874923387,
            "stop": 874923471
        },
        {
            "start": 874923472,
            "stop": 874923620
        }
    ]
}