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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=467",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 468,
    "results": [
        {
            "start": 1261998533,
            "stop": 1261998713
        },
        {
            "start": 1261998716,
            "stop": 1261999290
        },
        {
            "start": 1261999293,
            "stop": 1261999444
        },
        {
            "start": 1261999447,
            "stop": 1262000018
        },
        {
            "start": 1262000021,
            "stop": 1262000051
        },
        {
            "start": 1262000057,
            "stop": 1262002541
        },
        {
            "start": 1262002544,
            "stop": 1262002988
        },
        {
            "start": 1262002991,
            "stop": 1262004456
        },
        {
            "start": 1262004459,
            "stop": 1262005093
        },
        {
            "start": 1262005096,
            "stop": 1262005495
        },
        {
            "start": 1262005498,
            "stop": 1262005592
        },
        {
            "start": 1262005600,
            "stop": 1262006252
        },
        {
            "start": 1262006255,
            "stop": 1262011049
        },
        {
            "start": 1262011052,
            "stop": 1262018847
        },
        {
            "start": 1262018850,
            "stop": 1262021396
        },
        {
            "start": 1262021399,
            "stop": 1262022267
        },
        {
            "start": 1262022270,
            "stop": 1262023569
        },
        {
            "start": 1262023572,
            "stop": 1262027868
        },
        {
            "start": 1262027871,
            "stop": 1262028260
        },
        {
            "start": 1262028263,
            "stop": 1262028441
        }
    ]
}