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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 30,
    "results": [
        {
            "start": 1370353590,
            "stop": 1370355134
        },
        {
            "start": 1370355139,
            "stop": 1370358524
        },
        {
            "start": 1370358529,
            "stop": 1370358847
        },
        {
            "start": 1370358852,
            "stop": 1370359454
        },
        {
            "start": 1370359459,
            "stop": 1370362343
        },
        {
            "start": 1370362348,
            "stop": 1370362615
        },
        {
            "start": 1370362620,
            "stop": 1370362621
        },
        {
            "start": 1370362626,
            "stop": 1370363471
        },
        {
            "start": 1370363476,
            "stop": 1370367711
        },
        {
            "start": 1370367716,
            "stop": 1370376415
        },
        {
            "start": 1370376420,
            "stop": 1370376655
        },
        {
            "start": 1370383648,
            "stop": 1370394715
        },
        {
            "start": 1370394720,
            "stop": 1370395435
        },
        {
            "start": 1370395439,
            "stop": 1370395469
        },
        {
            "start": 1370395474,
            "stop": 1370395528
        },
        {
            "start": 1370395533,
            "stop": 1370396903
        },
        {
            "start": 1370396908,
            "stop": 1370397048
        },
        {
            "start": 1370397053,
            "stop": 1370398842
        },
        {
            "start": 1370398847,
            "stop": 1370403273
        },
        {
            "start": 1370403278,
            "stop": 1370404074
        }
    ]
}