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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4364",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4365,
    "results": [
        {
            "start": 874841518,
            "stop": 874842771
        },
        {
            "start": 874842790,
            "stop": 874843620
        },
        {
            "start": 874843680,
            "stop": 874844403
        },
        {
            "start": 874844422,
            "stop": 874844784
        },
        {
            "start": 874844820,
            "stop": 874845107
        },
        {
            "start": 874845126,
            "stop": 874845295
        },
        {
            "start": 874845315,
            "stop": 874846100
        },
        {
            "start": 874851480,
            "stop": 874851540
        },
        {
            "start": 874851840,
            "stop": 874851900
        },
        {
            "start": 874852080,
            "stop": 874852140
        },
        {
            "start": 874852200,
            "stop": 874852320
        },
        {
            "start": 874852440,
            "stop": 874852500
        },
        {
            "start": 874852560,
            "stop": 874852620
        },
        {
            "start": 874852740,
            "stop": 874852920
        },
        {
            "start": 874852980,
            "stop": 874853002
        },
        {
            "start": 874853184,
            "stop": 874853400
        },
        {
            "start": 874853580,
            "stop": 874853640
        },
        {
            "start": 874854900,
            "stop": 874854960
        },
        {
            "start": 874855020,
            "stop": 874855304
        },
        {
            "start": 874855323,
            "stop": 874855560
        }
    ]
}