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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=290",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 291,
    "results": [
        {
            "start": 841650144,
            "stop": 841650174
        },
        {
            "start": 841650354,
            "stop": 841650389
        },
        {
            "start": 841651387,
            "stop": 841652618
        },
        {
            "start": 841652758,
            "stop": 841652946
        },
        {
            "start": 841653268,
            "stop": 841653808
        },
        {
            "start": 841654160,
            "stop": 841654315
        },
        {
            "start": 841654638,
            "stop": 841656497
        },
        {
            "start": 841657445,
            "stop": 841660013
        },
        {
            "start": 841660014,
            "stop": 841662648
        },
        {
            "start": 841663541,
            "stop": 841667197
        },
        {
            "start": 841668733,
            "stop": 841670035
        },
        {
            "start": 841671282,
            "stop": 841674394
        },
        {
            "start": 841680888,
            "stop": 841681476
        },
        {
            "start": 841681674,
            "stop": 841681935
        },
        {
            "start": 841681937,
            "stop": 841684716
        },
        {
            "start": 841684825,
            "stop": 841684889
        },
        {
            "start": 841684915,
            "stop": 841686350
        },
        {
            "start": 841686351,
            "stop": 841692468
        },
        {
            "start": 841692543,
            "stop": 841694031
        },
        {
            "start": 841694033,
            "stop": 841697542
        }
    ]
}