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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=251",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 252,
    "results": [
        {
            "start": 1177968448,
            "stop": 1177968612
        },
        {
            "start": 1177968614,
            "stop": 1177973273
        },
        {
            "start": 1177973276,
            "stop": 1177980340
        },
        {
            "start": 1177980343,
            "stop": 1177981956
        },
        {
            "start": 1177981957,
            "stop": 1177982310
        },
        {
            "start": 1177982313,
            "stop": 1177982939
        },
        {
            "start": 1177982940,
            "stop": 1177984749
        },
        {
            "start": 1177984750,
            "stop": 1177984811
        },
        {
            "start": 1177984814,
            "stop": 1177986777
        },
        {
            "start": 1177986780,
            "stop": 1177987381
        },
        {
            "start": 1177987382,
            "stop": 1177987556
        },
        {
            "start": 1177987557,
            "stop": 1177988566
        },
        {
            "start": 1178019621,
            "stop": 1178025509
        },
        {
            "start": 1178025511,
            "stop": 1178025520
        },
        {
            "start": 1178025521,
            "stop": 1178025719
        },
        {
            "start": 1178025720,
            "stop": 1178025721
        },
        {
            "start": 1178025722,
            "stop": 1178027711
        },
        {
            "start": 1178027712,
            "stop": 1178027862
        },
        {
            "start": 1178027863,
            "stop": 1178030573
        },
        {
            "start": 1178030575,
            "stop": 1178030604
        }
    ]
}