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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1757",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1755",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1756,
    "results": [
        {
            "start": 1249445767,
            "stop": 1249445871
        },
        {
            "start": 1249445874,
            "stop": 1249446148
        },
        {
            "start": 1249446151,
            "stop": 1249446197
        },
        {
            "start": 1249446200,
            "stop": 1249446267
        },
        {
            "start": 1249446270,
            "stop": 1249446447
        },
        {
            "start": 1249446450,
            "stop": 1249446529
        },
        {
            "start": 1249446532,
            "stop": 1249446851
        },
        {
            "start": 1249446853,
            "stop": 1249447047
        },
        {
            "start": 1249447049,
            "stop": 1249447071
        },
        {
            "start": 1249447073,
            "stop": 1249447095
        },
        {
            "start": 1249447098,
            "stop": 1249447120
        },
        {
            "start": 1249447123,
            "stop": 1249447140
        },
        {
            "start": 1249447143,
            "stop": 1249447302
        },
        {
            "start": 1249447303,
            "stop": 1249447453
        },
        {
            "start": 1249447456,
            "stop": 1249447525
        },
        {
            "start": 1249447528,
            "stop": 1249447536
        },
        {
            "start": 1249447539,
            "stop": 1249447721
        },
        {
            "start": 1249447724,
            "stop": 1249447727
        },
        {
            "start": 1249447730,
            "stop": 1249447798
        },
        {
            "start": 1249447801,
            "stop": 1249447886
        }
    ]
}