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=6536
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=6537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6535",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6536,
    "results": [
        {
            "start": 874351671,
            "stop": 874351757
        },
        {
            "start": 874351759,
            "stop": 874351894
        },
        {
            "start": 874351895,
            "stop": 874351972
        },
        {
            "start": 874351974,
            "stop": 874352052
        },
        {
            "start": 874352053,
            "stop": 874352107
        },
        {
            "start": 874352109,
            "stop": 874352727
        },
        {
            "start": 874353556,
            "stop": 874353665
        },
        {
            "start": 874353666,
            "stop": 874353983
        },
        {
            "start": 874353984,
            "stop": 874354114
        },
        {
            "start": 874354837,
            "stop": 874354861
        },
        {
            "start": 874354862,
            "stop": 874354973
        },
        {
            "start": 874354975,
            "stop": 874354997
        },
        {
            "start": 874354999,
            "stop": 874355088
        },
        {
            "start": 874355089,
            "stop": 874355114
        },
        {
            "start": 874355115,
            "stop": 874355215
        },
        {
            "start": 874355217,
            "stop": 874355435
        },
        {
            "start": 874355436,
            "stop": 874355491
        },
        {
            "start": 874355493,
            "stop": 874355589
        },
        {
            "start": 874355590,
            "stop": 874355984
        },
        {
            "start": 874355985,
            "stop": 874356002
        }
    ]
}