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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=119",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 120,
    "results": [
        {
            "start": 1415097630,
            "stop": 1415099758
        },
        {
            "start": 1415124002,
            "stop": 1415124463
        },
        {
            "start": 1415124468,
            "stop": 1415124493
        },
        {
            "start": 1415124498,
            "stop": 1415125306
        },
        {
            "start": 1415125313,
            "stop": 1415125984
        },
        {
            "start": 1415125989,
            "stop": 1415126084
        },
        {
            "start": 1415126089,
            "stop": 1415126289
        },
        {
            "start": 1415126294,
            "stop": 1415127200
        },
        {
            "start": 1415127205,
            "stop": 1415128082
        },
        {
            "start": 1415128086,
            "stop": 1415128583
        },
        {
            "start": 1415128588,
            "stop": 1415128734
        },
        {
            "start": 1415128737,
            "stop": 1415129755
        },
        {
            "start": 1415129760,
            "stop": 1415131747
        },
        {
            "start": 1415131752,
            "stop": 1415132258
        },
        {
            "start": 1415138762,
            "stop": 1415139507
        },
        {
            "start": 1415139512,
            "stop": 1415141119
        },
        {
            "start": 1415144403,
            "stop": 1415145134
        },
        {
            "start": 1415148512,
            "stop": 1415150780
        },
        {
            "start": 1415150785,
            "stop": 1415150835
        },
        {
            "start": 1415150840,
            "stop": 1415152108
        }
    ]
}