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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=70",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 71,
    "results": [
        {
            "start": 825910639,
            "stop": 825913208
        },
        {
            "start": 825913216,
            "stop": 825913838
        },
        {
            "start": 825913891,
            "stop": 825915068
        },
        {
            "start": 825915145,
            "stop": 825915178
        },
        {
            "start": 825915186,
            "stop": 825915192
        },
        {
            "start": 825940962,
            "stop": 825941045
        },
        {
            "start": 825941053,
            "stop": 825956706
        },
        {
            "start": 825962287,
            "stop": 825965890
        },
        {
            "start": 825965898,
            "stop": 825966587
        },
        {
            "start": 825966597,
            "stop": 825966707
        },
        {
            "start": 825967025,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825975593
        },
        {
            "start": 825975601,
            "stop": 825978090
        },
        {
            "start": 825978098,
            "stop": 825979432
        },
        {
            "start": 825979440,
            "stop": 825980956
        },
        {
            "start": 825980964,
            "stop": 825987649
        },
        {
            "start": 825988537,
            "stop": 825991598
        },
        {
            "start": 825992014,
            "stop": 826045218
        },
        {
            "start": 826045226,
            "stop": 826045227
        },
        {
            "start": 826045235,
            "stop": 826047481
        }
    ]
}