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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=256",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 257,
    "results": [
        {
            "start": 821820062,
            "stop": 821820589
        },
        {
            "start": 821820602,
            "stop": 821820733
        },
        {
            "start": 821821690,
            "stop": 821822413
        },
        {
            "start": 821822423,
            "stop": 821822425
        },
        {
            "start": 821824292,
            "stop": 821824310
        },
        {
            "start": 821824390,
            "stop": 821824545
        },
        {
            "start": 821824552,
            "stop": 821824680
        },
        {
            "start": 821824740,
            "stop": 821824753
        },
        {
            "start": 821825563,
            "stop": 821825975
        },
        {
            "start": 821825982,
            "stop": 821826199
        },
        {
            "start": 821826206,
            "stop": 821826244
        },
        {
            "start": 821826251,
            "stop": 821826613
        },
        {
            "start": 821827606,
            "stop": 821829900
        },
        {
            "start": 821829908,
            "stop": 821830008
        },
        {
            "start": 821830015,
            "stop": 821831044
        },
        {
            "start": 821831051,
            "stop": 821831413
        },
        {
            "start": 821832140,
            "stop": 821832170
        },
        {
            "start": 821832250,
            "stop": 821832740
        },
        {
            "start": 821832747,
            "stop": 821833093
        },
        {
            "start": 821835537,
            "stop": 821838975
        }
    ]
}