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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=307",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 308,
    "results": [
        {
            "start": 1181625489,
            "stop": 1181625490
        },
        {
            "start": 1181625492,
            "stop": 1181625496
        },
        {
            "start": 1181625497,
            "stop": 1181625506
        },
        {
            "start": 1181625507,
            "stop": 1181625641
        },
        {
            "start": 1181625642,
            "stop": 1181625643
        },
        {
            "start": 1181625644,
            "stop": 1181625647
        },
        {
            "start": 1181625648,
            "stop": 1181625670
        },
        {
            "start": 1181625671,
            "stop": 1181625675
        },
        {
            "start": 1181625676,
            "stop": 1181625677
        },
        {
            "start": 1181625678,
            "stop": 1181625688
        },
        {
            "start": 1181625689,
            "stop": 1181625750
        },
        {
            "start": 1181625752,
            "stop": 1181625839
        },
        {
            "start": 1181625840,
            "stop": 1181625887
        },
        {
            "start": 1181625888,
            "stop": 1181625893
        },
        {
            "start": 1181625894,
            "stop": 1181625896
        },
        {
            "start": 1181625899,
            "stop": 1181625902
        },
        {
            "start": 1181625903,
            "stop": 1181625906
        },
        {
            "start": 1181625908,
            "stop": 1181625910
        },
        {
            "start": 1181625911,
            "stop": 1181625912
        },
        {
            "start": 1181625913,
            "stop": 1181625916
        }
    ]
}