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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7176",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7177,
    "results": [
        {
            "start": 874508017,
            "stop": 874508139
        },
        {
            "start": 874508140,
            "stop": 874508221
        },
        {
            "start": 874508222,
            "stop": 874508646
        },
        {
            "start": 874508647,
            "stop": 874509169
        },
        {
            "start": 874509170,
            "stop": 874509723
        },
        {
            "start": 874509724,
            "stop": 874509840
        },
        {
            "start": 874509843,
            "stop": 874509924
        },
        {
            "start": 874509925,
            "stop": 874510010
        },
        {
            "start": 874510011,
            "stop": 874510026
        },
        {
            "start": 874510027,
            "stop": 874510162
        },
        {
            "start": 874510163,
            "stop": 874510200
        },
        {
            "start": 874510263,
            "stop": 874510269
        },
        {
            "start": 874510273,
            "stop": 874510899
        },
        {
            "start": 874510900,
            "stop": 874511151
        },
        {
            "start": 874511153,
            "stop": 874511591
        },
        {
            "start": 874511592,
            "stop": 874511624
        },
        {
            "start": 874511626,
            "stop": 874512200
        },
        {
            "start": 874512201,
            "stop": 874512636
        },
        {
            "start": 874512637,
            "stop": 874513115
        },
        {
            "start": 874513116,
            "stop": 874513171
        }
    ]
}