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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 208,
    "results": [
        {
            "start": 1239993283,
            "stop": 1239993472
        },
        {
            "start": 1239993473,
            "stop": 1239993538
        },
        {
            "start": 1240037821,
            "stop": 1240037874
        },
        {
            "start": 1240037882,
            "stop": 1240038127
        },
        {
            "start": 1240038128,
            "stop": 1240038131
        },
        {
            "start": 1240038132,
            "stop": 1240038395
        },
        {
            "start": 1240038396,
            "stop": 1240038397
        },
        {
            "start": 1240038398,
            "stop": 1240038563
        },
        {
            "start": 1240038566,
            "stop": 1240038590
        },
        {
            "start": 1240038591,
            "stop": 1240038604
        },
        {
            "start": 1240038607,
            "stop": 1240039075
        },
        {
            "start": 1240039076,
            "stop": 1240039077
        },
        {
            "start": 1240039078,
            "stop": 1240039317
        },
        {
            "start": 1240039320,
            "stop": 1240039444
        },
        {
            "start": 1240039445,
            "stop": 1240039480
        },
        {
            "start": 1240039482,
            "stop": 1240039890
        },
        {
            "start": 1240039891,
            "stop": 1240040412
        },
        {
            "start": 1240040415,
            "stop": 1240041192
        },
        {
            "start": 1240041195,
            "stop": 1240041244
        },
        {
            "start": 1240041245,
            "stop": 1240041366
        }
    ]
}