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=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=407",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 408,
    "results": [
        {
            "start": 825976574,
            "stop": 825976585
        },
        {
            "start": 825976589,
            "stop": 825976594
        },
        {
            "start": 825976608,
            "stop": 825976623
        },
        {
            "start": 825976652,
            "stop": 825976657
        },
        {
            "start": 825976660,
            "stop": 825976676
        },
        {
            "start": 825976680,
            "stop": 825976686
        },
        {
            "start": 825976694,
            "stop": 825976700
        },
        {
            "start": 825976703,
            "stop": 825976967
        },
        {
            "start": 825976971,
            "stop": 825977067
        },
        {
            "start": 825977070,
            "stop": 825977094
        },
        {
            "start": 825977097,
            "stop": 825977209
        },
        {
            "start": 825977222,
            "stop": 825977228
        },
        {
            "start": 825977236,
            "stop": 825977242
        },
        {
            "start": 825977246,
            "stop": 825977582
        },
        {
            "start": 825977585,
            "stop": 825977589
        },
        {
            "start": 825977592,
            "stop": 825977806
        },
        {
            "start": 825977809,
            "stop": 825978091
        },
        {
            "start": 825978094,
            "stop": 825978962
        },
        {
            "start": 825978965,
            "stop": 825979421
        },
        {
            "start": 825979424,
            "stop": 825979431
        }
    ]
}