Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=232
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=231",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 232,
    "results": [
        {
            "start": 1421835451,
            "stop": 1421836020
        },
        {
            "start": 1421836024,
            "stop": 1421840948
        },
        {
            "start": 1421840953,
            "stop": 1421841724
        },
        {
            "start": 1421841732,
            "stop": 1421841792
        },
        {
            "start": 1421841798,
            "stop": 1421842316
        },
        {
            "start": 1421842318,
            "stop": 1421843168
        },
        {
            "start": 1421843172,
            "stop": 1421843196
        },
        {
            "start": 1421843208,
            "stop": 1421843243
        },
        {
            "start": 1421843248,
            "stop": 1421846979
        },
        {
            "start": 1421846980,
            "stop": 1421847268
        },
        {
            "start": 1421847269,
            "stop": 1421849848
        },
        {
            "start": 1421849872,
            "stop": 1421850366
        },
        {
            "start": 1421850368,
            "stop": 1421851060
        },
        {
            "start": 1421851068,
            "stop": 1421851070
        },
        {
            "start": 1421851071,
            "stop": 1421851106
        },
        {
            "start": 1421851108,
            "stop": 1421853363
        },
        {
            "start": 1421853365,
            "stop": 1421858300
        },
        {
            "start": 1421858317,
            "stop": 1421858320
        },
        {
            "start": 1421858332,
            "stop": 1421860524
        },
        {
            "start": 1421860529,
            "stop": 1421860538
        }
    ]
}