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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5139",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5137",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5138,
    "results": [
        {
            "start": 1136991603,
            "stop": 1136991614
        },
        {
            "start": 1136991617,
            "stop": 1136991623
        },
        {
            "start": 1136991625,
            "stop": 1136991637
        },
        {
            "start": 1136991639,
            "stop": 1136991670
        },
        {
            "start": 1136991672,
            "stop": 1136991692
        },
        {
            "start": 1136991694,
            "stop": 1136991718
        },
        {
            "start": 1136991720,
            "stop": 1136991722
        },
        {
            "start": 1136991724,
            "stop": 1136991739
        },
        {
            "start": 1136991741,
            "stop": 1136991757
        },
        {
            "start": 1136991759,
            "stop": 1136991760
        },
        {
            "start": 1136991762,
            "stop": 1136991769
        },
        {
            "start": 1136991771,
            "stop": 1136991780
        },
        {
            "start": 1136991782,
            "stop": 1136991789
        },
        {
            "start": 1136991791,
            "stop": 1136991829
        },
        {
            "start": 1136991831,
            "stop": 1136991837
        },
        {
            "start": 1136991839,
            "stop": 1136991853
        },
        {
            "start": 1136991855,
            "stop": 1136991863
        },
        {
            "start": 1136991865,
            "stop": 1136991875
        },
        {
            "start": 1136991876,
            "stop": 1136991879
        },
        {
            "start": 1136991881,
            "stop": 1136991932
        }
    ]
}