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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8856",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8857,
    "results": [
        {
            "start": 874691410,
            "stop": 874691810
        },
        {
            "start": 874691890,
            "stop": 874692467
        },
        {
            "start": 874692587,
            "stop": 874694400
        },
        {
            "start": 874694460,
            "stop": 874694564
        },
        {
            "start": 874694684,
            "stop": 874694755
        },
        {
            "start": 874694762,
            "stop": 874695650
        },
        {
            "start": 874697290,
            "stop": 874697444
        },
        {
            "start": 874697461,
            "stop": 874698170
        },
        {
            "start": 874698370,
            "stop": 874698780
        },
        {
            "start": 874698840,
            "stop": 874699850
        },
        {
            "start": 874700050,
            "stop": 874700510
        },
        {
            "start": 874700590,
            "stop": 874701060
        },
        {
            "start": 874701180,
            "stop": 874702860
        },
        {
            "start": 874702920,
            "stop": 874703030
        },
        {
            "start": 874703110,
            "stop": 874703150
        },
        {
            "start": 874703230,
            "stop": 874703345
        },
        {
            "start": 874703352,
            "stop": 874703513
        },
        {
            "start": 874703640,
            "stop": 874704300
        },
        {
            "start": 874704550,
            "stop": 874704988
        },
        {
            "start": 874705005,
            "stop": 874705490
        }
    ]
}