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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5655",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5656,
    "results": [
        {
            "start": 874523068,
            "stop": 874523114
        },
        {
            "start": 874523118,
            "stop": 874523120
        },
        {
            "start": 874523125,
            "stop": 874523155
        },
        {
            "start": 874523158,
            "stop": 874523168
        },
        {
            "start": 874523175,
            "stop": 874523185
        },
        {
            "start": 874523189,
            "stop": 874523259
        },
        {
            "start": 874523265,
            "stop": 874523270
        },
        {
            "start": 874523273,
            "stop": 874523296
        },
        {
            "start": 874523300,
            "stop": 874523335
        },
        {
            "start": 874523338,
            "stop": 874523352
        },
        {
            "start": 874523355,
            "stop": 874523370
        },
        {
            "start": 874523373,
            "stop": 874523397
        },
        {
            "start": 874523400,
            "stop": 874523415
        },
        {
            "start": 874523418,
            "stop": 874523419
        },
        {
            "start": 874523422,
            "stop": 874523441
        },
        {
            "start": 874523447,
            "stop": 874523461
        },
        {
            "start": 874523464,
            "stop": 874523473
        },
        {
            "start": 874523476,
            "stop": 874523484
        },
        {
            "start": 874523488,
            "stop": 874523497
        },
        {
            "start": 874523501,
            "stop": 874523532
        }
    ]
}