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=574
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=575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=573",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 574,
    "results": [
        {
            "start": 837629217,
            "stop": 837636794
        },
        {
            "start": 837638135,
            "stop": 837723753
        },
        {
            "start": 837727128,
            "stop": 837792988
        },
        {
            "start": 837792993,
            "stop": 837797078
        },
        {
            "start": 837797086,
            "stop": 837801656
        },
        {
            "start": 837802960,
            "stop": 837815487
        },
        {
            "start": 837816730,
            "stop": 837830523
        },
        {
            "start": 837830528,
            "stop": 837830897
        },
        {
            "start": 837830902,
            "stop": 837831148
        },
        {
            "start": 837831154,
            "stop": 837831987
        },
        {
            "start": 837831992,
            "stop": 837832193
        },
        {
            "start": 837832198,
            "stop": 837832283
        },
        {
            "start": 837832288,
            "stop": 837832596
        },
        {
            "start": 837832602,
            "stop": 837832674
        },
        {
            "start": 837833685,
            "stop": 837833797
        },
        {
            "start": 837833802,
            "stop": 837834168
        },
        {
            "start": 837834173,
            "stop": 837834311
        },
        {
            "start": 837834318,
            "stop": 837834722
        },
        {
            "start": 837834730,
            "stop": 837834733
        },
        {
            "start": 837834738,
            "stop": 837834742
        }
    ]
}