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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4983",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4984,
    "results": [
        {
            "start": 874510535,
            "stop": 874510572
        },
        {
            "start": 874510580,
            "stop": 874510583
        },
        {
            "start": 874510590,
            "stop": 874510593
        },
        {
            "start": 874510600,
            "stop": 874510646
        },
        {
            "start": 874510653,
            "stop": 874510663
        },
        {
            "start": 874510670,
            "stop": 874510678
        },
        {
            "start": 874510685,
            "stop": 874510703
        },
        {
            "start": 874510711,
            "stop": 874510721
        },
        {
            "start": 874510728,
            "stop": 874510753
        },
        {
            "start": 874510774,
            "stop": 874510793
        },
        {
            "start": 874510800,
            "stop": 874510801
        },
        {
            "start": 874510808,
            "stop": 874510821
        },
        {
            "start": 874510829,
            "stop": 874510889
        },
        {
            "start": 874510899,
            "stop": 874510937
        },
        {
            "start": 874510945,
            "stop": 874510946
        },
        {
            "start": 874510965,
            "stop": 874510977
        },
        {
            "start": 874510992,
            "stop": 874510993
        },
        {
            "start": 874511005,
            "stop": 874511025
        },
        {
            "start": 874511038,
            "stop": 874511072
        },
        {
            "start": 874511079,
            "stop": 874511084
        }
    ]
}