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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1058",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1056",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1057,
    "results": [
        {
            "start": 1136194556,
            "stop": 1136194577
        },
        {
            "start": 1136194578,
            "stop": 1136194600
        },
        {
            "start": 1136194601,
            "stop": 1136194614
        },
        {
            "start": 1136194615,
            "stop": 1136194640
        },
        {
            "start": 1136194641,
            "stop": 1136194646
        },
        {
            "start": 1136194647,
            "stop": 1136194648
        },
        {
            "start": 1136194649,
            "stop": 1136194683
        },
        {
            "start": 1136194684,
            "stop": 1136194748
        },
        {
            "start": 1136194749,
            "stop": 1136194806
        },
        {
            "start": 1136194807,
            "stop": 1136194837
        },
        {
            "start": 1136194838,
            "stop": 1136194845
        },
        {
            "start": 1136194846,
            "stop": 1136194852
        },
        {
            "start": 1136194853,
            "stop": 1136194872
        },
        {
            "start": 1136194873,
            "stop": 1136194893
        },
        {
            "start": 1136194894,
            "stop": 1136194937
        },
        {
            "start": 1136194938,
            "stop": 1136194996
        },
        {
            "start": 1136194997,
            "stop": 1136195006
        },
        {
            "start": 1136195007,
            "stop": 1136195048
        },
        {
            "start": 1136195049,
            "stop": 1136195117
        },
        {
            "start": 1136195118,
            "stop": 1136195124
        }
    ]
}