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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=266",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 267,
    "results": [
        {
            "start": 1240321713,
            "stop": 1240321714
        },
        {
            "start": 1240321716,
            "stop": 1240321842
        },
        {
            "start": 1240321845,
            "stop": 1240321859
        },
        {
            "start": 1240321860,
            "stop": 1240321862
        },
        {
            "start": 1240321863,
            "stop": 1240321954
        },
        {
            "start": 1240321957,
            "stop": 1240322022
        },
        {
            "start": 1240322023,
            "stop": 1240322026
        },
        {
            "start": 1240322027,
            "stop": 1240322077
        },
        {
            "start": 1240322080,
            "stop": 1240322095
        },
        {
            "start": 1240322096,
            "stop": 1240322097
        },
        {
            "start": 1240322098,
            "stop": 1240322113
        },
        {
            "start": 1240322114,
            "stop": 1240322135
        },
        {
            "start": 1240322136,
            "stop": 1240322137
        },
        {
            "start": 1240322138,
            "stop": 1240322317
        },
        {
            "start": 1240322318,
            "stop": 1240322422
        },
        {
            "start": 1240322424,
            "stop": 1240322446
        },
        {
            "start": 1240322450,
            "stop": 1240322479
        },
        {
            "start": 1240322480,
            "stop": 1240322483
        },
        {
            "start": 1240322484,
            "stop": 1240322624
        },
        {
            "start": 1240322627,
            "stop": 1240322660
        }
    ]
}