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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 122,
    "results": [
        {
            "start": 1126636152,
            "stop": 1126636188
        },
        {
            "start": 1126636190,
            "stop": 1126636356
        },
        {
            "start": 1126636358,
            "stop": 1126636371
        },
        {
            "start": 1126636372,
            "stop": 1126636654
        },
        {
            "start": 1126636656,
            "stop": 1126636734
        },
        {
            "start": 1126636735,
            "stop": 1126636855
        },
        {
            "start": 1126636856,
            "stop": 1126636948
        },
        {
            "start": 1126636951,
            "stop": 1126636954
        },
        {
            "start": 1126636955,
            "stop": 1126636958
        },
        {
            "start": 1126636959,
            "stop": 1126636961
        },
        {
            "start": 1126636963,
            "stop": 1126636964
        },
        {
            "start": 1126636965,
            "stop": 1126636971
        },
        {
            "start": 1126636972,
            "stop": 1126636975
        },
        {
            "start": 1126636976,
            "stop": 1126636997
        },
        {
            "start": 1126637057,
            "stop": 1126637066
        },
        {
            "start": 1126637071,
            "stop": 1126637073
        },
        {
            "start": 1126637077,
            "stop": 1126637093
        },
        {
            "start": 1126637095,
            "stop": 1126637101
        },
        {
            "start": 1126637102,
            "stop": 1126637108
        },
        {
            "start": 1126637109,
            "stop": 1126637110
        }
    ]
}