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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40631",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40632,
    "results": [
        {
            "start": 874908176,
            "stop": 874908197
        },
        {
            "start": 874908198,
            "stop": 874908199
        },
        {
            "start": 874908200,
            "stop": 874908295
        },
        {
            "start": 874908296,
            "stop": 874908514
        },
        {
            "start": 874908515,
            "stop": 874908552
        },
        {
            "start": 874908554,
            "stop": 874908721
        },
        {
            "start": 874908722,
            "stop": 874908956
        },
        {
            "start": 874908957,
            "stop": 874909023
        },
        {
            "start": 874909024,
            "stop": 874909045
        },
        {
            "start": 874909046,
            "stop": 874909065
        },
        {
            "start": 874909067,
            "stop": 874909108
        },
        {
            "start": 874909110,
            "stop": 874909142
        },
        {
            "start": 874909143,
            "stop": 874909216
        },
        {
            "start": 874909218,
            "stop": 874909219
        },
        {
            "start": 874909220,
            "stop": 874909223
        },
        {
            "start": 874909226,
            "stop": 874909282
        },
        {
            "start": 874909283,
            "stop": 874909288
        },
        {
            "start": 874909289,
            "stop": 874909300
        },
        {
            "start": 874909301,
            "stop": 874909305
        },
        {
            "start": 874909306,
            "stop": 874909308
        }
    ]
}