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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40963",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40964,
    "results": [
        {
            "start": 875126893,
            "stop": 875126925
        },
        {
            "start": 875126927,
            "stop": 875126930
        },
        {
            "start": 875126934,
            "stop": 875126948
        },
        {
            "start": 875126949,
            "stop": 875126958
        },
        {
            "start": 875126959,
            "stop": 875126965
        },
        {
            "start": 875126966,
            "stop": 875126992
        },
        {
            "start": 875126993,
            "stop": 875127027
        },
        {
            "start": 875127031,
            "stop": 875127065
        },
        {
            "start": 875127066,
            "stop": 875127111
        },
        {
            "start": 875127112,
            "stop": 875127163
        },
        {
            "start": 875127164,
            "stop": 875127237
        },
        {
            "start": 875127238,
            "stop": 875127263
        },
        {
            "start": 875127264,
            "stop": 875127398
        },
        {
            "start": 875127399,
            "stop": 875127438
        },
        {
            "start": 875127440,
            "stop": 875127515
        },
        {
            "start": 875127517,
            "stop": 875127537
        },
        {
            "start": 875127538,
            "stop": 875127587
        },
        {
            "start": 875127589,
            "stop": 875127634
        },
        {
            "start": 875127635,
            "stop": 875127650
        },
        {
            "start": 875127652,
            "stop": 875127677
        }
    ]
}