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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4214",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4215,
    "results": [
        {
            "start": 874458225,
            "stop": 874458231
        },
        {
            "start": 874458250,
            "stop": 874458328
        },
        {
            "start": 874458350,
            "stop": 874458352
        },
        {
            "start": 874458371,
            "stop": 874458739
        },
        {
            "start": 874458758,
            "stop": 874458974
        },
        {
            "start": 874458993,
            "stop": 874459210
        },
        {
            "start": 874459230,
            "stop": 874459242
        },
        {
            "start": 874459261,
            "stop": 874459397
        },
        {
            "start": 874459417,
            "stop": 874459440
        },
        {
            "start": 874459459,
            "stop": 874459523
        },
        {
            "start": 874459543,
            "stop": 874459630
        },
        {
            "start": 874459649,
            "stop": 874459665
        },
        {
            "start": 874459684,
            "stop": 874459845
        },
        {
            "start": 874459883,
            "stop": 874460101
        },
        {
            "start": 874460125,
            "stop": 874460132
        },
        {
            "start": 874460156,
            "stop": 874460177
        },
        {
            "start": 874460203,
            "stop": 874460234
        },
        {
            "start": 874460253,
            "stop": 874460324
        },
        {
            "start": 874460343,
            "stop": 874460369
        },
        {
            "start": 874460388,
            "stop": 874460464
        }
    ]
}