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=5673
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=5674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5672",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5673,
    "results": [
        {
            "start": 874552044,
            "stop": 874552080
        },
        {
            "start": 874552083,
            "stop": 874552108
        },
        {
            "start": 874552112,
            "stop": 874552127
        },
        {
            "start": 874552130,
            "stop": 874552202
        },
        {
            "start": 874552205,
            "stop": 874552216
        },
        {
            "start": 874552219,
            "stop": 874552223
        },
        {
            "start": 874552228,
            "stop": 874552301
        },
        {
            "start": 874552304,
            "stop": 874552315
        },
        {
            "start": 874552318,
            "stop": 874552322
        },
        {
            "start": 874552325,
            "stop": 874552356
        },
        {
            "start": 874552359,
            "stop": 874552391
        },
        {
            "start": 874552394,
            "stop": 874552485
        },
        {
            "start": 874552488,
            "stop": 874552527
        },
        {
            "start": 874552530,
            "stop": 874552540
        },
        {
            "start": 874552543,
            "stop": 874552551
        },
        {
            "start": 874552554,
            "stop": 874552608
        },
        {
            "start": 874552611,
            "stop": 874552630
        },
        {
            "start": 874552633,
            "stop": 874552688
        },
        {
            "start": 874552691,
            "stop": 874552702
        },
        {
            "start": 874552706,
            "stop": 874552726
        }
    ]
}