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=5103
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=5104",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5102",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5103,
    "results": [
        {
            "start": 1136978212,
            "stop": 1136978226
        },
        {
            "start": 1136978229,
            "stop": 1136978270
        },
        {
            "start": 1136978272,
            "stop": 1136978290
        },
        {
            "start": 1136978292,
            "stop": 1136978295
        },
        {
            "start": 1136978297,
            "stop": 1136978313
        },
        {
            "start": 1136978315,
            "stop": 1136978317
        },
        {
            "start": 1136978319,
            "stop": 1136978354
        },
        {
            "start": 1136978356,
            "stop": 1136978384
        },
        {
            "start": 1136978386,
            "stop": 1136978396
        },
        {
            "start": 1136978398,
            "stop": 1136978400
        },
        {
            "start": 1136978402,
            "stop": 1136978408
        },
        {
            "start": 1136978410,
            "stop": 1136978425
        },
        {
            "start": 1136978426,
            "stop": 1136978435
        },
        {
            "start": 1136978437,
            "stop": 1136978451
        },
        {
            "start": 1136978453,
            "stop": 1136978454
        },
        {
            "start": 1136978456,
            "stop": 1136978476
        },
        {
            "start": 1136978477,
            "stop": 1136978478
        },
        {
            "start": 1136978480,
            "stop": 1136978497
        },
        {
            "start": 1136978499,
            "stop": 1136978521
        },
        {
            "start": 1136978523,
            "stop": 1136978561
        }
    ]
}