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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=288",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 289,
    "results": [
        {
            "start": 852061940,
            "stop": 852062131
        },
        {
            "start": 852062135,
            "stop": 852062224
        },
        {
            "start": 852062228,
            "stop": 852062267
        },
        {
            "start": 852062276,
            "stop": 852062282
        },
        {
            "start": 852062291,
            "stop": 852062301
        },
        {
            "start": 852062315,
            "stop": 852062915
        },
        {
            "start": 852062919,
            "stop": 852064569
        },
        {
            "start": 852064578,
            "stop": 852064680
        },
        {
            "start": 852064694,
            "stop": 852064704
        },
        {
            "start": 852064708,
            "stop": 852065257
        },
        {
            "start": 852065261,
            "stop": 852065276
        },
        {
            "start": 852065289,
            "stop": 852065300
        },
        {
            "start": 852065314,
            "stop": 852065659
        },
        {
            "start": 852065692,
            "stop": 852065703
        },
        {
            "start": 852065731,
            "stop": 852065827
        },
        {
            "start": 852065845,
            "stop": 852065855
        },
        {
            "start": 852065897,
            "stop": 852065922
        },
        {
            "start": 852065926,
            "stop": 852065980
        },
        {
            "start": 852066619,
            "stop": 852066673
        },
        {
            "start": 852066686,
            "stop": 852066803
        }
    ]
}