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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=129",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 130,
    "results": [
        {
            "start": 931128552,
            "stop": 931128581
        },
        {
            "start": 931128583,
            "stop": 931128587
        },
        {
            "start": 931128588,
            "stop": 931128591
        },
        {
            "start": 931128592,
            "stop": 931128618
        },
        {
            "start": 931128622,
            "stop": 931128631
        },
        {
            "start": 931128633,
            "stop": 931128634
        },
        {
            "start": 931128635,
            "stop": 931128637
        },
        {
            "start": 931128638,
            "stop": 931128640
        },
        {
            "start": 931128642,
            "stop": 931128655
        },
        {
            "start": 931128656,
            "stop": 931128657
        },
        {
            "start": 931128658,
            "stop": 931128665
        },
        {
            "start": 931128666,
            "stop": 931128712
        },
        {
            "start": 931128714,
            "stop": 931128730
        },
        {
            "start": 931128732,
            "stop": 931128733
        },
        {
            "start": 931128734,
            "stop": 931128735
        },
        {
            "start": 931128736,
            "stop": 931128745
        },
        {
            "start": 931128746,
            "stop": 931128754
        },
        {
            "start": 931128755,
            "stop": 931128759
        },
        {
            "start": 931128761,
            "stop": 931128769
        },
        {
            "start": 931128770,
            "stop": 931128796
        }
    ]
}