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=4235
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=4236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4234",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4235,
    "results": [
        {
            "start": 874544703,
            "stop": 874544760
        },
        {
            "start": 874545301,
            "stop": 874545360
        },
        {
            "start": 874545420,
            "stop": 874545448
        },
        {
            "start": 874545479,
            "stop": 874545480
        },
        {
            "start": 874545600,
            "stop": 874545641
        },
        {
            "start": 874545966,
            "stop": 874545995
        },
        {
            "start": 874546015,
            "stop": 874546020
        },
        {
            "start": 874546500,
            "stop": 874546523
        },
        {
            "start": 874546543,
            "stop": 874546552
        },
        {
            "start": 874546620,
            "stop": 874546622
        },
        {
            "start": 874546642,
            "stop": 874546653
        },
        {
            "start": 874546740,
            "stop": 874546753
        },
        {
            "start": 874546772,
            "stop": 874546800
        },
        {
            "start": 874546882,
            "stop": 874546884
        },
        {
            "start": 874546903,
            "stop": 874546910
        },
        {
            "start": 874546929,
            "stop": 874546952
        },
        {
            "start": 874546971,
            "stop": 874546980
        },
        {
            "start": 874547100,
            "stop": 874547101
        },
        {
            "start": 874547122,
            "stop": 874547149
        },
        {
            "start": 874547340,
            "stop": 874547366
        }
    ]
}