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=510
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=511",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=509",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 510,
    "results": [
        {
            "start": 1184750763,
            "stop": 1184750768
        },
        {
            "start": 1184750770,
            "stop": 1184750771
        },
        {
            "start": 1184750773,
            "stop": 1184750775
        },
        {
            "start": 1184750778,
            "stop": 1184750780
        },
        {
            "start": 1184750783,
            "stop": 1184750785
        },
        {
            "start": 1184750787,
            "stop": 1184750789
        },
        {
            "start": 1184750791,
            "stop": 1184750799
        },
        {
            "start": 1184750800,
            "stop": 1184750843
        },
        {
            "start": 1184750845,
            "stop": 1184750849
        },
        {
            "start": 1184750852,
            "stop": 1184750863
        },
        {
            "start": 1184750865,
            "stop": 1184751068
        },
        {
            "start": 1184751072,
            "stop": 1184751141
        },
        {
            "start": 1184751147,
            "stop": 1184751148
        },
        {
            "start": 1184751150,
            "stop": 1184751336
        },
        {
            "start": 1184751338,
            "stop": 1184751340
        },
        {
            "start": 1184751342,
            "stop": 1184751348
        },
        {
            "start": 1184751350,
            "stop": 1184751351
        },
        {
            "start": 1184751355,
            "stop": 1184751507
        },
        {
            "start": 1184751509,
            "stop": 1184751513
        },
        {
            "start": 1184751515,
            "stop": 1184751616
        }
    ]
}