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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3444",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3442",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3443,
    "results": [
        {
            "start": 969783140,
            "stop": 969783591
        },
        {
            "start": 969783594,
            "stop": 969783637
        },
        {
            "start": 969783639,
            "stop": 969783720
        },
        {
            "start": 969783723,
            "stop": 969783900
        },
        {
            "start": 969783903,
            "stop": 969784639
        },
        {
            "start": 969784642,
            "stop": 969785267
        },
        {
            "start": 969785268,
            "stop": 969785591
        },
        {
            "start": 969785594,
            "stop": 969785629
        },
        {
            "start": 969785632,
            "stop": 969785814
        },
        {
            "start": 969785817,
            "stop": 969786225
        },
        {
            "start": 969786228,
            "stop": 969786491
        },
        {
            "start": 969786494,
            "stop": 969786758
        },
        {
            "start": 969786761,
            "stop": 969786868
        },
        {
            "start": 969786869,
            "stop": 969787559
        },
        {
            "start": 969787562,
            "stop": 969788683
        },
        {
            "start": 969788685,
            "stop": 969788960
        },
        {
            "start": 969788963,
            "stop": 969789184
        },
        {
            "start": 969789187,
            "stop": 969789422
        },
        {
            "start": 969789425,
            "stop": 969789847
        },
        {
            "start": 969789850,
            "stop": 969790482
        }
    ]
}