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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 532,
    "results": [
        {
            "start": 969816076,
            "stop": 969816614
        },
        {
            "start": 969824554,
            "stop": 969824723
        },
        {
            "start": 969826868,
            "stop": 969827984
        },
        {
            "start": 969828026,
            "stop": 969828039
        },
        {
            "start": 969828073,
            "stop": 969828788
        },
        {
            "start": 969831521,
            "stop": 969837039
        },
        {
            "start": 969839325,
            "stop": 969871350
        },
        {
            "start": 969872854,
            "stop": 969875623
        },
        {
            "start": 969875625,
            "stop": 969889886
        },
        {
            "start": 969889887,
            "stop": 969889894
        },
        {
            "start": 969889935,
            "stop": 969890614
        },
        {
            "start": 969890654,
            "stop": 969895374
        },
        {
            "start": 969895414,
            "stop": 969903614
        },
        {
            "start": 969903654,
            "stop": 969907734
        },
        {
            "start": 969907774,
            "stop": 969907974
        },
        {
            "start": 969908014,
            "stop": 969914491
        },
        {
            "start": 969917004,
            "stop": 969918364
        },
        {
            "start": 969920035,
            "stop": 969959061
        },
        {
            "start": 969960759,
            "stop": 969976279
        },
        {
            "start": 969976319,
            "stop": 969980959
        }
    ]
}