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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=203",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 204,
    "results": [
        {
            "start": 821665972,
            "stop": 821665988
        },
        {
            "start": 821665994,
            "stop": 821665997
        },
        {
            "start": 821666000,
            "stop": 821666009
        },
        {
            "start": 821666012,
            "stop": 821666014
        },
        {
            "start": 821666017,
            "stop": 821666018
        },
        {
            "start": 821666021,
            "stop": 821666022
        },
        {
            "start": 821666028,
            "stop": 821666031
        },
        {
            "start": 821666034,
            "stop": 821666063
        },
        {
            "start": 821666066,
            "stop": 821666071
        },
        {
            "start": 821666074,
            "stop": 821666076
        },
        {
            "start": 821666081,
            "stop": 821666089
        },
        {
            "start": 821666092,
            "stop": 821666095
        },
        {
            "start": 821666102,
            "stop": 821666115
        },
        {
            "start": 821666118,
            "stop": 821666133
        },
        {
            "start": 821666136,
            "stop": 821666146
        },
        {
            "start": 821666149,
            "stop": 821666154
        },
        {
            "start": 821666157,
            "stop": 821666163
        },
        {
            "start": 821666166,
            "stop": 821666189
        },
        {
            "start": 821666192,
            "stop": 821666195
        },
        {
            "start": 821666201,
            "stop": 821666204
        }
    ]
}