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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=634",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 635,
    "results": [
        {
            "start": 851077902,
            "stop": 851082866
        },
        {
            "start": 851085292,
            "stop": 851102260
        },
        {
            "start": 851102286,
            "stop": 851111260
        },
        {
            "start": 851111660,
            "stop": 851144096
        },
        {
            "start": 851214778,
            "stop": 851215440
        },
        {
            "start": 851220420,
            "stop": 851220528
        },
        {
            "start": 851230163,
            "stop": 851230308
        },
        {
            "start": 851240404,
            "stop": 851240801
        },
        {
            "start": 851241201,
            "stop": 851241338
        },
        {
            "start": 851241658,
            "stop": 851241831
        },
        {
            "start": 851243281,
            "stop": 851243399
        },
        {
            "start": 851245616,
            "stop": 851248816
        },
        {
            "start": 851250593,
            "stop": 851250841
        },
        {
            "start": 851256238,
            "stop": 851256290
        },
        {
            "start": 851258834,
            "stop": 851262750
        },
        {
            "start": 851275321,
            "stop": 851275390
        },
        {
            "start": 851275790,
            "stop": 851276550
        },
        {
            "start": 851276610,
            "stop": 851276617
        },
        {
            "start": 851278492,
            "stop": 851279042
        },
        {
            "start": 851279059,
            "stop": 851284721
        }
    ]
}