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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8585",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8586,
    "results": [
        {
            "start": 870481005,
            "stop": 870481090
        },
        {
            "start": 870481126,
            "stop": 870481557
        },
        {
            "start": 870481677,
            "stop": 870481680
        },
        {
            "start": 870481740,
            "stop": 870481758
        },
        {
            "start": 870482100,
            "stop": 870482280
        },
        {
            "start": 870482340,
            "stop": 870482700
        },
        {
            "start": 870482820,
            "stop": 870483000
        },
        {
            "start": 870484320,
            "stop": 870484380
        },
        {
            "start": 870484620,
            "stop": 870484659
        },
        {
            "start": 870484676,
            "stop": 870484680
        },
        {
            "start": 870484860,
            "stop": 870484920
        },
        {
            "start": 870485100,
            "stop": 870485460
        },
        {
            "start": 870485520,
            "stop": 870485524
        },
        {
            "start": 870485644,
            "stop": 870486649
        },
        {
            "start": 870486893,
            "stop": 870489396
        },
        {
            "start": 870489413,
            "stop": 870491220
        },
        {
            "start": 870491280,
            "stop": 870491700
        },
        {
            "start": 870491760,
            "stop": 870492578
        },
        {
            "start": 870492595,
            "stop": 870492600
        },
        {
            "start": 870492660,
            "stop": 870492997
        }
    ]
}