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=4994
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=4995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4993",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4994,
    "results": [
        {
            "start": 874520197,
            "stop": 874520205
        },
        {
            "start": 874520216,
            "stop": 874520225
        },
        {
            "start": 874520232,
            "stop": 874520237
        },
        {
            "start": 874520244,
            "stop": 874520264
        },
        {
            "start": 874520271,
            "stop": 874520278
        },
        {
            "start": 874520286,
            "stop": 874520288
        },
        {
            "start": 874520296,
            "stop": 874520302
        },
        {
            "start": 874520309,
            "stop": 874520314
        },
        {
            "start": 874520327,
            "stop": 874520333
        },
        {
            "start": 874520350,
            "stop": 874520364
        },
        {
            "start": 874520371,
            "stop": 874520400
        },
        {
            "start": 874520407,
            "stop": 874520418
        },
        {
            "start": 874520425,
            "stop": 874520454
        },
        {
            "start": 874520470,
            "stop": 874520471
        },
        {
            "start": 874520488,
            "stop": 874520562
        },
        {
            "start": 874520569,
            "stop": 874520573
        },
        {
            "start": 874520581,
            "stop": 874520600
        },
        {
            "start": 874520612,
            "stop": 874520615
        },
        {
            "start": 874520622,
            "stop": 874520648
        },
        {
            "start": 874520656,
            "stop": 874520658
        }
    ]
}