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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=120",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 121,
    "results": [
        {
            "start": 825752355,
            "stop": 825752359
        },
        {
            "start": 825752369,
            "stop": 825752370
        },
        {
            "start": 825752377,
            "stop": 825752380
        },
        {
            "start": 825752385,
            "stop": 825752392
        },
        {
            "start": 825752398,
            "stop": 825752400
        },
        {
            "start": 825752429,
            "stop": 825752430
        },
        {
            "start": 825752439,
            "stop": 825752441
        },
        {
            "start": 825752442,
            "stop": 825752446
        },
        {
            "start": 825752453,
            "stop": 825752454
        },
        {
            "start": 825752456,
            "stop": 825752457
        },
        {
            "start": 825752472,
            "stop": 825752474
        },
        {
            "start": 825752476,
            "stop": 825752478
        },
        {
            "start": 825752481,
            "stop": 825752486
        },
        {
            "start": 825752490,
            "stop": 825752492
        },
        {
            "start": 825752498,
            "stop": 825752499
        },
        {
            "start": 825752502,
            "stop": 825752503
        },
        {
            "start": 825752521,
            "stop": 825752522
        },
        {
            "start": 825752524,
            "stop": 825752526
        },
        {
            "start": 825752538,
            "stop": 825752539
        },
        {
            "start": 825752541,
            "stop": 825752542
        }
    ]
}