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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=431",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 432,
    "results": [
        {
            "start": 1182823726,
            "stop": 1182823731
        },
        {
            "start": 1182823736,
            "stop": 1182823741
        },
        {
            "start": 1182823748,
            "stop": 1182823750
        },
        {
            "start": 1182835120,
            "stop": 1182835241
        },
        {
            "start": 1182835363,
            "stop": 1182835421
        },
        {
            "start": 1182835483,
            "stop": 1182835541
        },
        {
            "start": 1182835663,
            "stop": 1182835725
        },
        {
            "start": 1182835729,
            "stop": 1182835841
        },
        {
            "start": 1182836323,
            "stop": 1182836381
        },
        {
            "start": 1182836443,
            "stop": 1182836501
        },
        {
            "start": 1182836623,
            "stop": 1182836801
        },
        {
            "start": 1182836863,
            "stop": 1182839696
        },
        {
            "start": 1182839718,
            "stop": 1182844687
        },
        {
            "start": 1182851501,
            "stop": 1182852135
        },
        {
            "start": 1182852136,
            "stop": 1182852552
        },
        {
            "start": 1182852556,
            "stop": 1182854058
        },
        {
            "start": 1182854059,
            "stop": 1182854909
        },
        {
            "start": 1182854911,
            "stop": 1182855018
        },
        {
            "start": 1182855019,
            "stop": 1182856644
        },
        {
            "start": 1182856646,
            "stop": 1182856755
        }
    ]
}