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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=541",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 542,
    "results": [
        {
            "start": 871073990,
            "stop": 871075150
        },
        {
            "start": 871075155,
            "stop": 871075814
        },
        {
            "start": 871076912,
            "stop": 871078060
        },
        {
            "start": 871078065,
            "stop": 871078120
        },
        {
            "start": 871078125,
            "stop": 871078290
        },
        {
            "start": 871078298,
            "stop": 871078315
        },
        {
            "start": 871078320,
            "stop": 871078352
        },
        {
            "start": 871078358,
            "stop": 871079858
        },
        {
            "start": 871079859,
            "stop": 871079877
        },
        {
            "start": 871079940,
            "stop": 871080237
        },
        {
            "start": 871080243,
            "stop": 871080285
        },
        {
            "start": 871080303,
            "stop": 871080315
        },
        {
            "start": 871080320,
            "stop": 871080480
        },
        {
            "start": 871080558,
            "stop": 871080592
        },
        {
            "start": 871080605,
            "stop": 871080610
        },
        {
            "start": 871080623,
            "stop": 871080625
        },
        {
            "start": 871080636,
            "stop": 871080639
        },
        {
            "start": 871080643,
            "stop": 871080647
        },
        {
            "start": 871080668,
            "stop": 871080670
        },
        {
            "start": 871080681,
            "stop": 871080683
        }
    ]
}