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=440
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=441",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=439",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 440,
    "results": [
        {
            "start": 1261643806,
            "stop": 1261643807
        },
        {
            "start": 1261643810,
            "stop": 1261643812
        },
        {
            "start": 1261643815,
            "stop": 1261643816
        },
        {
            "start": 1261643819,
            "stop": 1261643821
        },
        {
            "start": 1261643824,
            "stop": 1261644072
        },
        {
            "start": 1261644075,
            "stop": 1261644154
        },
        {
            "start": 1261644157,
            "stop": 1261644158
        },
        {
            "start": 1261644161,
            "stop": 1261644243
        },
        {
            "start": 1261644246,
            "stop": 1261644311
        },
        {
            "start": 1261644314,
            "stop": 1261644315
        },
        {
            "start": 1261644318,
            "stop": 1261644319
        },
        {
            "start": 1261644322,
            "stop": 1261644371
        },
        {
            "start": 1261644374,
            "stop": 1261644406
        },
        {
            "start": 1261644409,
            "stop": 1261644410
        },
        {
            "start": 1261644413,
            "stop": 1261644423
        },
        {
            "start": 1261644426,
            "stop": 1261644428
        },
        {
            "start": 1261644431,
            "stop": 1261644432
        },
        {
            "start": 1261644435,
            "stop": 1261644440
        },
        {
            "start": 1261644443,
            "stop": 1261644449
        },
        {
            "start": 1261644452,
            "stop": 1261644457
        }
    ]
}