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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=308",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 309,
    "results": [
        {
            "start": 1178201226,
            "stop": 1178201227
        },
        {
            "start": 1178201228,
            "stop": 1178201229
        },
        {
            "start": 1178201230,
            "stop": 1178201353
        },
        {
            "start": 1178201355,
            "stop": 1178201356
        },
        {
            "start": 1178201358,
            "stop": 1178201414
        },
        {
            "start": 1178201415,
            "stop": 1178201436
        },
        {
            "start": 1178201437,
            "stop": 1178201510
        },
        {
            "start": 1178201511,
            "stop": 1178201512
        },
        {
            "start": 1178201513,
            "stop": 1178201514
        },
        {
            "start": 1178201516,
            "stop": 1178201535
        },
        {
            "start": 1178201537,
            "stop": 1178201614
        },
        {
            "start": 1178201616,
            "stop": 1178202917
        },
        {
            "start": 1178202921,
            "stop": 1178203324
        },
        {
            "start": 1178203326,
            "stop": 1178203622
        },
        {
            "start": 1178203623,
            "stop": 1178204602
        },
        {
            "start": 1178204603,
            "stop": 1178205689
        },
        {
            "start": 1178205691,
            "stop": 1178205692
        },
        {
            "start": 1178205693,
            "stop": 1178205714
        },
        {
            "start": 1178205716,
            "stop": 1178205718
        },
        {
            "start": 1178205719,
            "stop": 1178205733
        }
    ]
}