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=1711
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=1712",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1710",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1711,
    "results": [
        {
            "start": 1249129505,
            "stop": 1249129507
        },
        {
            "start": 1249129512,
            "stop": 1249129513
        },
        {
            "start": 1249129514,
            "stop": 1249129522
        },
        {
            "start": 1249129537,
            "stop": 1249129544
        },
        {
            "start": 1249129570,
            "stop": 1249129572
        },
        {
            "start": 1249129611,
            "stop": 1249129612
        },
        {
            "start": 1249129620,
            "stop": 1249129622
        },
        {
            "start": 1249129623,
            "stop": 1249129629
        },
        {
            "start": 1249129630,
            "stop": 1249129636
        },
        {
            "start": 1249129637,
            "stop": 1249129644
        },
        {
            "start": 1249129645,
            "stop": 1249129646
        },
        {
            "start": 1249129648,
            "stop": 1249129650
        },
        {
            "start": 1249129655,
            "stop": 1249129656
        },
        {
            "start": 1249129659,
            "stop": 1249129660
        },
        {
            "start": 1249129662,
            "stop": 1249129675
        },
        {
            "start": 1249129678,
            "stop": 1249129682
        },
        {
            "start": 1249129683,
            "stop": 1249129685
        },
        {
            "start": 1249129686,
            "stop": 1249129716
        },
        {
            "start": 1249129717,
            "stop": 1249129763
        },
        {
            "start": 1249129804,
            "stop": 1249129830
        }
    ]
}