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=6334
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=6335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6333",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6334,
    "results": [
        {
            "start": 873331120,
            "stop": 873332017
        },
        {
            "start": 873332018,
            "stop": 873332392
        },
        {
            "start": 873332393,
            "stop": 873333191
        },
        {
            "start": 873333192,
            "stop": 873333228
        },
        {
            "start": 873333229,
            "stop": 873334082
        },
        {
            "start": 873334083,
            "stop": 873334113
        },
        {
            "start": 873334114,
            "stop": 873334178
        },
        {
            "start": 873334179,
            "stop": 873334229
        },
        {
            "start": 873334230,
            "stop": 873334300
        },
        {
            "start": 873334302,
            "stop": 873334624
        },
        {
            "start": 873334625,
            "stop": 873335011
        },
        {
            "start": 873335012,
            "stop": 873335346
        },
        {
            "start": 873335347,
            "stop": 873335439
        },
        {
            "start": 873335440,
            "stop": 873336048
        },
        {
            "start": 873336049,
            "stop": 873336065
        },
        {
            "start": 873336067,
            "stop": 873337495
        },
        {
            "start": 873337496,
            "stop": 873337508
        },
        {
            "start": 873337510,
            "stop": 873337815
        },
        {
            "start": 873337816,
            "stop": 873337923
        },
        {
            "start": 873337924,
            "stop": 873338335
        }
    ]
}