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=40910
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=40911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40909",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40910,
    "results": [
        {
            "start": 875095410,
            "stop": 875095431
        },
        {
            "start": 875095432,
            "stop": 875095438
        },
        {
            "start": 875095440,
            "stop": 875095473
        },
        {
            "start": 875095474,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875095686
        },
        {
            "start": 875095687,
            "stop": 875095729
        },
        {
            "start": 875095730,
            "stop": 875095750
        },
        {
            "start": 875095751,
            "stop": 875095814
        },
        {
            "start": 875095815,
            "stop": 875095835
        },
        {
            "start": 875095836,
            "stop": 875095920
        },
        {
            "start": 875095921,
            "stop": 875095945
        },
        {
            "start": 875095946,
            "stop": 875095984
        },
        {
            "start": 875095985,
            "stop": 875096040
        },
        {
            "start": 875096041,
            "stop": 875096047
        },
        {
            "start": 875096049,
            "stop": 875096064
        },
        {
            "start": 875096065,
            "stop": 875096154
        },
        {
            "start": 875096155,
            "stop": 875096175
        },
        {
            "start": 875096177,
            "stop": 875096212
        },
        {
            "start": 875096213,
            "stop": 875096218
        },
        {
            "start": 875096219,
            "stop": 875096361
        }
    ]
}