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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=124",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 125,
    "results": [
        {
            "start": 830202015,
            "stop": 830202019
        },
        {
            "start": 830202029,
            "stop": 830203419
        },
        {
            "start": 830203531,
            "stop": 830204581
        },
        {
            "start": 830206309,
            "stop": 830209825
        },
        {
            "start": 830209831,
            "stop": 830209837
        },
        {
            "start": 830209840,
            "stop": 830209842
        },
        {
            "start": 830209849,
            "stop": 830210482
        },
        {
            "start": 830210792,
            "stop": 830273065
        },
        {
            "start": 830273503,
            "stop": 830277628
        },
        {
            "start": 830277631,
            "stop": 830277661
        },
        {
            "start": 830277664,
            "stop": 830277668
        },
        {
            "start": 830277671,
            "stop": 830277673
        },
        {
            "start": 830277762,
            "stop": 830280032
        },
        {
            "start": 830280332,
            "stop": 830281888
        },
        {
            "start": 830281891,
            "stop": 830286479
        },
        {
            "start": 830286486,
            "stop": 830286490
        },
        {
            "start": 830286493,
            "stop": 830286494
        },
        {
            "start": 830286504,
            "stop": 830294056
        },
        {
            "start": 830294386,
            "stop": 830295628
        },
        {
            "start": 830295630,
            "stop": 830320710
        }
    ]
}