Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=144
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=143",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 144,
    "results": [
        {
            "start": 866560843,
            "stop": 866567559
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583657
        },
        {
            "start": 866587385,
            "stop": 866593666
        },
        {
            "start": 866594760,
            "stop": 866600576
        },
        {
            "start": 866601120,
            "stop": 866601315
        },
        {
            "start": 866603789,
            "stop": 866603970
        },
        {
            "start": 866604772,
            "stop": 866605050
        },
        {
            "start": 866607827,
            "stop": 866651430
        },
        {
            "start": 866661142,
            "stop": 866672700
        },
        {
            "start": 866675607,
            "stop": 866698414
        },
        {
            "start": 866699051,
            "stop": 866711278
        },
        {
            "start": 866712245,
            "stop": 866719758
        },
        {
            "start": 866726448,
            "stop": 866736406
        },
        {
            "start": 866738815,
            "stop": 866741858
        },
        {
            "start": 866741865,
            "stop": 866741867
        },
        {
            "start": 866742116,
            "stop": 866762348
        },
        {
            "start": 866763911,
            "stop": 866770951
        },
        {
            "start": 866772017,
            "stop": 866774052
        },
        {
            "start": 866775342,
            "stop": 866776167
        }
    ]
}