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=1759
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=1760",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1758",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1759,
    "results": [
        {
            "start": 1249453323,
            "stop": 1249453558
        },
        {
            "start": 1249453560,
            "stop": 1249453968
        },
        {
            "start": 1249453971,
            "stop": 1249454086
        },
        {
            "start": 1249454089,
            "stop": 1249454095
        },
        {
            "start": 1249454098,
            "stop": 1249454158
        },
        {
            "start": 1249454161,
            "stop": 1249454198
        },
        {
            "start": 1249454201,
            "stop": 1249454301
        },
        {
            "start": 1249454304,
            "stop": 1249454386
        },
        {
            "start": 1249454389,
            "stop": 1249454414
        },
        {
            "start": 1249454417,
            "stop": 1249454433
        },
        {
            "start": 1249454436,
            "stop": 1249454492
        },
        {
            "start": 1249454495,
            "stop": 1249454826
        },
        {
            "start": 1249454829,
            "stop": 1249455261
        },
        {
            "start": 1249455264,
            "stop": 1249455300
        },
        {
            "start": 1249455302,
            "stop": 1249455491
        },
        {
            "start": 1249455494,
            "stop": 1249455550
        },
        {
            "start": 1249455553,
            "stop": 1249455841
        },
        {
            "start": 1249455844,
            "stop": 1249456136
        },
        {
            "start": 1249456138,
            "stop": 1249456966
        },
        {
            "start": 1249456969,
            "stop": 1249456984
        }
    ]
}