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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=262",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 263,
    "results": [
        {
            "start": 822349108,
            "stop": 822349146
        },
        {
            "start": 822349149,
            "stop": 822349200
        },
        {
            "start": 822349260,
            "stop": 822350288
        },
        {
            "start": 822350291,
            "stop": 822350340
        },
        {
            "start": 822350403,
            "stop": 822350893
        },
        {
            "start": 822351001,
            "stop": 822351414
        },
        {
            "start": 822351417,
            "stop": 822351673
        },
        {
            "start": 822351875,
            "stop": 822351890
        },
        {
            "start": 822351893,
            "stop": 822351965
        },
        {
            "start": 822352040,
            "stop": 822352241
        },
        {
            "start": 822352245,
            "stop": 822352891
        },
        {
            "start": 822354283,
            "stop": 822355634
        },
        {
            "start": 822355637,
            "stop": 822355897
        },
        {
            "start": 822355900,
            "stop": 822357606
        },
        {
            "start": 822358351,
            "stop": 822359031
        },
        {
            "start": 822359035,
            "stop": 822359414
        },
        {
            "start": 822359418,
            "stop": 822359884
        },
        {
            "start": 822359887,
            "stop": 822361453
        },
        {
            "start": 822361480,
            "stop": 822361482
        },
        {
            "start": 822361555,
            "stop": 822361947
        }
    ]
}