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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=294",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 295,
    "results": [
        {
            "start": 1177984750,
            "stop": 1177984811
        },
        {
            "start": 1177984814,
            "stop": 1177986777
        },
        {
            "start": 1177986780,
            "stop": 1177987381
        },
        {
            "start": 1177987382,
            "stop": 1177987556
        },
        {
            "start": 1177987557,
            "stop": 1177988542
        },
        {
            "start": 1177988546,
            "stop": 1177988566
        },
        {
            "start": 1178019621,
            "stop": 1178021507
        },
        {
            "start": 1178021510,
            "stop": 1178025509
        },
        {
            "start": 1178025511,
            "stop": 1178025520
        },
        {
            "start": 1178025521,
            "stop": 1178025589
        },
        {
            "start": 1178025593,
            "stop": 1178025719
        },
        {
            "start": 1178025720,
            "stop": 1178025721
        },
        {
            "start": 1178025722,
            "stop": 1178027711
        },
        {
            "start": 1178027712,
            "stop": 1178027862
        },
        {
            "start": 1178027863,
            "stop": 1178030573
        },
        {
            "start": 1178030576,
            "stop": 1178030604
        },
        {
            "start": 1178030606,
            "stop": 1178030844
        },
        {
            "start": 1178030845,
            "stop": 1178030916
        },
        {
            "start": 1178030917,
            "stop": 1178031261
        },
        {
            "start": 1178031262,
            "stop": 1178031328
        }
    ]
}