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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5669",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5670,
    "results": [
        {
            "start": 874549324,
            "stop": 874549333
        },
        {
            "start": 874549336,
            "stop": 874549350
        },
        {
            "start": 874549353,
            "stop": 874549434
        },
        {
            "start": 874549437,
            "stop": 874549482
        },
        {
            "start": 874549486,
            "stop": 874549516
        },
        {
            "start": 874549519,
            "stop": 874549550
        },
        {
            "start": 874549554,
            "stop": 874549567
        },
        {
            "start": 874549570,
            "stop": 874549639
        },
        {
            "start": 874549642,
            "stop": 874549644
        },
        {
            "start": 874549647,
            "stop": 874549669
        },
        {
            "start": 874549673,
            "stop": 874549724
        },
        {
            "start": 874549730,
            "stop": 874549836
        },
        {
            "start": 874549839,
            "stop": 874549841
        },
        {
            "start": 874549844,
            "stop": 874549924
        },
        {
            "start": 874549927,
            "stop": 874549956
        },
        {
            "start": 874549960,
            "stop": 874549969
        },
        {
            "start": 874549972,
            "stop": 874550191
        },
        {
            "start": 874550194,
            "stop": 874550231
        },
        {
            "start": 874550235,
            "stop": 874550253
        },
        {
            "start": 874550256,
            "stop": 874550278
        }
    ]
}