Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=29",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 30,
    "results": [
        {
            "start": 815788531,
            "stop": 815788560
        },
        {
            "start": 815788564,
            "stop": 815788589
        },
        {
            "start": 815788593,
            "stop": 815788743
        },
        {
            "start": 815788746,
            "stop": 815788757
        },
        {
            "start": 815788765,
            "stop": 815788869
        },
        {
            "start": 815790062,
            "stop": 815790417
        },
        {
            "start": 815790421,
            "stop": 815790504
        },
        {
            "start": 815790507,
            "stop": 815790580
        },
        {
            "start": 815790584,
            "stop": 815790628
        },
        {
            "start": 815790632,
            "stop": 815791242
        },
        {
            "start": 815791888,
            "stop": 815793823
        },
        {
            "start": 815793826,
            "stop": 815795931
        },
        {
            "start": 815795934,
            "stop": 815796016
        },
        {
            "start": 815796019,
            "stop": 815796603
        },
        {
            "start": 815796606,
            "stop": 815797184
        },
        {
            "start": 815797187,
            "stop": 815797199
        },
        {
            "start": 815797202,
            "stop": 815797761
        },
        {
            "start": 815797764,
            "stop": 815798131
        },
        {
            "start": 815798134,
            "stop": 815798995
        },
        {
            "start": 815798998,
            "stop": 815799621
        }
    ]
}