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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=153",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 154,
    "results": [
        {
            "start": 821530290,
            "stop": 821530322
        },
        {
            "start": 821530327,
            "stop": 821530348
        },
        {
            "start": 821530356,
            "stop": 821530358
        },
        {
            "start": 821530361,
            "stop": 821530377
        },
        {
            "start": 821530383,
            "stop": 821530396
        },
        {
            "start": 821530399,
            "stop": 821530405
        },
        {
            "start": 821530408,
            "stop": 821530414
        },
        {
            "start": 821530417,
            "stop": 821530454
        },
        {
            "start": 821530457,
            "stop": 821530458
        },
        {
            "start": 821530461,
            "stop": 821530485
        },
        {
            "start": 821530488,
            "stop": 821530500
        },
        {
            "start": 821530503,
            "stop": 821530531
        },
        {
            "start": 821530534,
            "stop": 821530550
        },
        {
            "start": 821530553,
            "stop": 821530559
        },
        {
            "start": 821530562,
            "stop": 821530566
        },
        {
            "start": 821530569,
            "stop": 821530575
        },
        {
            "start": 821530578,
            "stop": 821530602
        },
        {
            "start": 821530605,
            "stop": 821530609
        },
        {
            "start": 821530616,
            "stop": 821530651
        },
        {
            "start": 821530654,
            "stop": 821530666
        }
    ]
}