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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 96,
    "results": [
        {
            "start": 1174686410,
            "stop": 1174686760
        },
        {
            "start": 1174686770,
            "stop": 1174686790
        },
        {
            "start": 1174686800,
            "stop": 1174687090
        },
        {
            "start": 1174687140,
            "stop": 1174687190
        },
        {
            "start": 1174687210,
            "stop": 1174687220
        },
        {
            "start": 1174687240,
            "stop": 1174694551
        },
        {
            "start": 1174694554,
            "stop": 1174701495
        },
        {
            "start": 1174701583,
            "stop": 1174714636
        },
        {
            "start": 1174714640,
            "stop": 1174716086
        },
        {
            "start": 1174716090,
            "stop": 1174716299
        },
        {
            "start": 1174718427,
            "stop": 1174738650
        },
        {
            "start": 1174738660,
            "stop": 1174743212
        },
        {
            "start": 1174743216,
            "stop": 1174744820
        },
        {
            "start": 1174744910,
            "stop": 1174745030
        },
        {
            "start": 1174745090,
            "stop": 1174745490
        },
        {
            "start": 1174745493,
            "stop": 1174748490
        },
        {
            "start": 1174748510,
            "stop": 1174748720
        },
        {
            "start": 1174770807,
            "stop": 1174772140
        },
        {
            "start": 1174772150,
            "stop": 1174773090
        },
        {
            "start": 1174773130,
            "stop": 1174774470
        }
    ]
}