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=6463
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=6464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6462",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6463,
    "results": [
        {
            "start": 874020459,
            "stop": 874020480
        },
        {
            "start": 874020481,
            "stop": 874021554
        },
        {
            "start": 874021555,
            "stop": 874021897
        },
        {
            "start": 874021899,
            "stop": 874022027
        },
        {
            "start": 874022028,
            "stop": 874022275
        },
        {
            "start": 874022277,
            "stop": 874022421
        },
        {
            "start": 874022422,
            "stop": 874022954
        },
        {
            "start": 874022955,
            "stop": 874023571
        },
        {
            "start": 874023572,
            "stop": 874023741
        },
        {
            "start": 874024251,
            "stop": 874024312
        },
        {
            "start": 874024313,
            "stop": 874025338
        },
        {
            "start": 874025339,
            "stop": 874025398
        },
        {
            "start": 874025400,
            "stop": 874025520
        },
        {
            "start": 874025522,
            "stop": 874025595
        },
        {
            "start": 874025596,
            "stop": 874025880
        },
        {
            "start": 874025881,
            "stop": 874026189
        },
        {
            "start": 874026190,
            "stop": 874027105
        },
        {
            "start": 874027106,
            "stop": 874027107
        },
        {
            "start": 874027108,
            "stop": 874027141
        },
        {
            "start": 874027142,
            "stop": 874027170
        }
    ]
}