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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=268",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 269,
    "results": [
        {
            "start": 847120829,
            "stop": 847120965
        },
        {
            "start": 847122524,
            "stop": 847122853
        },
        {
            "start": 847122876,
            "stop": 847122878
        },
        {
            "start": 847123086,
            "stop": 847130053
        },
        {
            "start": 847130067,
            "stop": 847130068
        },
        {
            "start": 847130186,
            "stop": 847132256
        },
        {
            "start": 847132258,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847205934
        },
        {
            "start": 847205936,
            "stop": 847207836
        },
        {
            "start": 847207838,
            "stop": 847216319
        },
        {
            "start": 847216322,
            "stop": 847221400
        },
        {
            "start": 847221403,
            "stop": 847221749
        },
        {
            "start": 847221753,
            "stop": 847221758
        },
        {
            "start": 847221762,
            "stop": 847221817
        },
        {
            "start": 847221820,
            "stop": 847221836
        },
        {
            "start": 847221839,
            "stop": 847222489
        },
        {
            "start": 847222492,
            "stop": 847222859
        },
        {
            "start": 847222862,
            "stop": 847223213
        },
        {
            "start": 847223217,
            "stop": 847223833
        },
        {
            "start": 847223841,
            "stop": 847223844
        }
    ]
}