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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5648",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5649,
    "results": [
        {
            "start": 874520035,
            "stop": 874520066
        },
        {
            "start": 874520069,
            "stop": 874520084
        },
        {
            "start": 874520087,
            "stop": 874520157
        },
        {
            "start": 874520160,
            "stop": 874520163
        },
        {
            "start": 874520168,
            "stop": 874520176
        },
        {
            "start": 874520179,
            "stop": 874520181
        },
        {
            "start": 874520184,
            "stop": 874520190
        },
        {
            "start": 874520195,
            "stop": 874520207
        },
        {
            "start": 874520214,
            "stop": 874520227
        },
        {
            "start": 874520230,
            "stop": 874520239
        },
        {
            "start": 874520242,
            "stop": 874520266
        },
        {
            "start": 874520269,
            "stop": 874520280
        },
        {
            "start": 874520284,
            "stop": 874520290
        },
        {
            "start": 874520294,
            "stop": 874520304
        },
        {
            "start": 874520307,
            "stop": 874520316
        },
        {
            "start": 874520319,
            "stop": 874520321
        },
        {
            "start": 874520325,
            "stop": 874520335
        },
        {
            "start": 874520341,
            "stop": 874520343
        },
        {
            "start": 874520348,
            "stop": 874520366
        },
        {
            "start": 874520369,
            "stop": 874520402
        }
    ]
}