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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=468",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 469,
    "results": [
        {
            "start": 1183159257,
            "stop": 1183159390
        },
        {
            "start": 1183159392,
            "stop": 1183159394
        },
        {
            "start": 1183159397,
            "stop": 1183159537
        },
        {
            "start": 1183159539,
            "stop": 1183159540
        },
        {
            "start": 1183159543,
            "stop": 1183159777
        },
        {
            "start": 1183159785,
            "stop": 1183159787
        },
        {
            "start": 1183159789,
            "stop": 1183159791
        },
        {
            "start": 1183159793,
            "stop": 1183159794
        },
        {
            "start": 1183159797,
            "stop": 1183159798
        },
        {
            "start": 1183159803,
            "stop": 1183159816
        },
        {
            "start": 1183159818,
            "stop": 1183159823
        },
        {
            "start": 1183159828,
            "stop": 1183159829
        },
        {
            "start": 1183159843,
            "stop": 1183159852
        },
        {
            "start": 1183159859,
            "stop": 1183159860
        },
        {
            "start": 1183159862,
            "stop": 1183159863
        },
        {
            "start": 1183159865,
            "stop": 1183159951
        },
        {
            "start": 1183159953,
            "stop": 1183159957
        },
        {
            "start": 1183159959,
            "stop": 1183160057
        },
        {
            "start": 1183160059,
            "stop": 1183160136
        },
        {
            "start": 1183160138,
            "stop": 1183160146
        }
    ]
}