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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=586",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 587,
    "results": [
        {
            "start": 835481303,
            "stop": 835481497
        },
        {
            "start": 835481498,
            "stop": 835482659
        },
        {
            "start": 835483197,
            "stop": 835483833
        },
        {
            "start": 835483849,
            "stop": 835486340
        },
        {
            "start": 835486924,
            "stop": 835489993
        },
        {
            "start": 835491526,
            "stop": 835495813
        },
        {
            "start": 835497410,
            "stop": 835498871
        },
        {
            "start": 835499271,
            "stop": 835499593
        },
        {
            "start": 835500823,
            "stop": 835501693
        },
        {
            "start": 835502541,
            "stop": 835503486
        },
        {
            "start": 835504034,
            "stop": 835505935
        },
        {
            "start": 835506398,
            "stop": 835508444
        },
        {
            "start": 835508949,
            "stop": 835517004
        },
        {
            "start": 835517433,
            "stop": 835518498
        },
        {
            "start": 835518818,
            "stop": 835518962
        },
        {
            "start": 835519362,
            "stop": 835545133
        },
        {
            "start": 835547022,
            "stop": 835551350
        },
        {
            "start": 835551873,
            "stop": 835555345
        },
        {
            "start": 835555910,
            "stop": 835557053
        },
        {
            "start": 835557057,
            "stop": 835557062
        }
    ]
}