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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=113",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 114,
    "results": [
        {
            "start": 844246711,
            "stop": 844310949
        },
        {
            "start": 844331503,
            "stop": 844348106
        },
        {
            "start": 844354687,
            "stop": 844361059
        },
        {
            "start": 844361115,
            "stop": 844361416
        },
        {
            "start": 844361464,
            "stop": 844362634
        },
        {
            "start": 844362687,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844378466
        },
        {
            "start": 844378538,
            "stop": 844379455
        },
        {
            "start": 844379520,
            "stop": 844424175
        },
        {
            "start": 844424375,
            "stop": 844435338
        },
        {
            "start": 844435692,
            "stop": 844464586
        },
        {
            "start": 844464742,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844488654
        },
        {
            "start": 844488690,
            "stop": 844508487
        },
        {
            "start": 844511881,
            "stop": 844526470
        },
        {
            "start": 844560244,
            "stop": 844562898
        },
        {
            "start": 844563287,
            "stop": 844578831
        },
        {
            "start": 844581812,
            "stop": 844607779
        },
        {
            "start": 844608784,
            "stop": 844609581
        },
        {
            "start": 844612612,
            "stop": 844615722
        }
    ]
}