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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 175,
    "results": [
        {
            "start": 1126773059,
            "stop": 1126773254
        },
        {
            "start": 1126773255,
            "stop": 1126773389
        },
        {
            "start": 1126773391,
            "stop": 1126773528
        },
        {
            "start": 1126773529,
            "stop": 1126773740
        },
        {
            "start": 1126773741,
            "stop": 1126773846
        },
        {
            "start": 1126773848,
            "stop": 1126773994
        },
        {
            "start": 1126773995,
            "stop": 1126774107
        },
        {
            "start": 1126774108,
            "stop": 1126774408
        },
        {
            "start": 1126774410,
            "stop": 1126774426
        },
        {
            "start": 1126774428,
            "stop": 1126774732
        },
        {
            "start": 1126774734,
            "stop": 1126774794
        },
        {
            "start": 1126774795,
            "stop": 1126775063
        },
        {
            "start": 1126775064,
            "stop": 1126775391
        },
        {
            "start": 1126775392,
            "stop": 1126775749
        },
        {
            "start": 1126775751,
            "stop": 1126775887
        },
        {
            "start": 1126775889,
            "stop": 1126775993
        },
        {
            "start": 1126775999,
            "stop": 1126776070
        },
        {
            "start": 1126776072,
            "stop": 1126776429
        },
        {
            "start": 1126776431,
            "stop": 1126776773
        },
        {
            "start": 1126776774,
            "stop": 1126777096
        }
    ]
}