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=40772
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=40773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40771",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40772,
    "results": [
        {
            "start": 874991181,
            "stop": 874991204
        },
        {
            "start": 874991205,
            "stop": 874991248
        },
        {
            "start": 874991249,
            "stop": 874991268
        },
        {
            "start": 874991269,
            "stop": 874991289
        },
        {
            "start": 874991290,
            "stop": 874991310
        },
        {
            "start": 874991311,
            "stop": 874991330
        },
        {
            "start": 874991331,
            "stop": 874991344
        },
        {
            "start": 874991345,
            "stop": 874991365
        },
        {
            "start": 874991367,
            "stop": 874991439
        },
        {
            "start": 874991440,
            "stop": 874991458
        },
        {
            "start": 874991460,
            "stop": 874991544
        },
        {
            "start": 874991545,
            "stop": 874991589
        },
        {
            "start": 874991590,
            "stop": 874991599
        },
        {
            "start": 874991601,
            "stop": 874991614
        },
        {
            "start": 874991615,
            "stop": 874991644
        },
        {
            "start": 874991645,
            "stop": 874991649
        },
        {
            "start": 874991650,
            "stop": 874991713
        },
        {
            "start": 874991714,
            "stop": 874991765
        },
        {
            "start": 874991766,
            "stop": 874991823
        },
        {
            "start": 874991825,
            "stop": 874991896
        }
    ]
}