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=40740
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=40741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40739",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40740,
    "results": [
        {
            "start": 874968062,
            "stop": 874968064
        },
        {
            "start": 874968066,
            "stop": 874968068
        },
        {
            "start": 874968069,
            "stop": 874968075
        },
        {
            "start": 874968076,
            "stop": 874968091
        },
        {
            "start": 874968092,
            "stop": 874968096
        },
        {
            "start": 874968097,
            "stop": 874968111
        },
        {
            "start": 874968114,
            "stop": 874968120
        },
        {
            "start": 874968241,
            "stop": 874968293
        },
        {
            "start": 874968300,
            "stop": 874968302
        },
        {
            "start": 874968305,
            "stop": 874968311
        },
        {
            "start": 874968312,
            "stop": 874968317
        },
        {
            "start": 874968319,
            "stop": 874968321
        },
        {
            "start": 874968322,
            "stop": 874968323
        },
        {
            "start": 874968324,
            "stop": 874968325
        },
        {
            "start": 874968326,
            "stop": 874968329
        },
        {
            "start": 874968331,
            "stop": 874968337
        },
        {
            "start": 874968338,
            "stop": 874968346
        },
        {
            "start": 874968348,
            "stop": 874968393
        },
        {
            "start": 874968395,
            "stop": 874968424
        },
        {
            "start": 874968426,
            "stop": 874968444
        }
    ]
}