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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=314",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 315,
    "results": [
        {
            "start": 935417063,
            "stop": 935417112
        },
        {
            "start": 935417232,
            "stop": 935417566
        },
        {
            "start": 935417568,
            "stop": 935417936
        },
        {
            "start": 935418056,
            "stop": 935418560
        },
        {
            "start": 935418562,
            "stop": 935418664
        },
        {
            "start": 935418667,
            "stop": 935418844
        },
        {
            "start": 935418847,
            "stop": 935419694
        },
        {
            "start": 935422071,
            "stop": 935422168
        },
        {
            "start": 935422228,
            "stop": 935422381
        },
        {
            "start": 935422501,
            "stop": 935422768
        },
        {
            "start": 935422828,
            "stop": 935422836
        },
        {
            "start": 935422838,
            "stop": 935423164
        },
        {
            "start": 935423167,
            "stop": 935423180
        },
        {
            "start": 935423182,
            "stop": 935423195
        },
        {
            "start": 935423197,
            "stop": 935423285
        },
        {
            "start": 935423288,
            "stop": 935423329
        },
        {
            "start": 935423332,
            "stop": 935423494
        },
        {
            "start": 935423497,
            "stop": 935423570
        },
        {
            "start": 935423573,
            "stop": 935423615
        },
        {
            "start": 935423617,
            "stop": 935423630
        }
    ]
}