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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=272",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 273,
    "results": [
        {
            "start": 1180999226,
            "stop": 1180999298
        },
        {
            "start": 1180999299,
            "stop": 1180999300
        },
        {
            "start": 1180999302,
            "stop": 1180999764
        },
        {
            "start": 1180999766,
            "stop": 1181001751
        },
        {
            "start": 1181001753,
            "stop": 1181002105
        },
        {
            "start": 1181002107,
            "stop": 1181002399
        },
        {
            "start": 1181002400,
            "stop": 1181002853
        },
        {
            "start": 1181002854,
            "stop": 1181005793
        },
        {
            "start": 1181005795,
            "stop": 1181006105
        },
        {
            "start": 1181006108,
            "stop": 1181006791
        },
        {
            "start": 1181006794,
            "stop": 1181007104
        },
        {
            "start": 1181007107,
            "stop": 1181007587
        },
        {
            "start": 1181007588,
            "stop": 1181007765
        },
        {
            "start": 1181007766,
            "stop": 1181008610
        },
        {
            "start": 1181008612,
            "stop": 1181008650
        },
        {
            "start": 1181008651,
            "stop": 1181008667
        },
        {
            "start": 1181008668,
            "stop": 1181008947
        },
        {
            "start": 1181008949,
            "stop": 1181009110
        },
        {
            "start": 1181009111,
            "stop": 1181009490
        },
        {
            "start": 1181009491,
            "stop": 1181009797
        }
    ]
}