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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=177",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 178,
    "results": [
        {
            "start": 1131188365,
            "stop": 1131188392
        },
        {
            "start": 1131188393,
            "stop": 1131188430
        },
        {
            "start": 1131188431,
            "stop": 1131188440
        },
        {
            "start": 1131188441,
            "stop": 1131188467
        },
        {
            "start": 1131188468,
            "stop": 1131188479
        },
        {
            "start": 1131188480,
            "stop": 1131188523
        },
        {
            "start": 1131188524,
            "stop": 1131188526
        },
        {
            "start": 1131188527,
            "stop": 1131188551
        },
        {
            "start": 1131188552,
            "stop": 1131188563
        },
        {
            "start": 1131188564,
            "stop": 1131188648
        },
        {
            "start": 1131188649,
            "stop": 1131188690
        },
        {
            "start": 1131188691,
            "stop": 1131188698
        },
        {
            "start": 1131188699,
            "stop": 1131188702
        },
        {
            "start": 1131188703,
            "stop": 1131188707
        },
        {
            "start": 1131188708,
            "stop": 1131188786
        },
        {
            "start": 1131188787,
            "stop": 1131188788
        },
        {
            "start": 1131188789,
            "stop": 1131188807
        },
        {
            "start": 1131188808,
            "stop": 1131188828
        },
        {
            "start": 1131188829,
            "stop": 1131188837
        },
        {
            "start": 1131188838,
            "stop": 1131188853
        }
    ]
}