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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=138",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 139,
    "results": [
        {
            "start": 932132274,
            "stop": 932132302
        },
        {
            "start": 932132304,
            "stop": 932132362
        },
        {
            "start": 932132364,
            "stop": 932132393
        },
        {
            "start": 932132395,
            "stop": 932132422
        },
        {
            "start": 932132424,
            "stop": 932132442
        },
        {
            "start": 932132444,
            "stop": 932132446
        },
        {
            "start": 932132447,
            "stop": 932132456
        },
        {
            "start": 932132463,
            "stop": 932132464
        },
        {
            "start": 932132466,
            "stop": 932132480
        },
        {
            "start": 932132483,
            "stop": 932132496
        },
        {
            "start": 932132497,
            "stop": 932132498
        },
        {
            "start": 932132500,
            "stop": 932132544
        },
        {
            "start": 932132545,
            "stop": 932132564
        },
        {
            "start": 932132565,
            "stop": 932132643
        },
        {
            "start": 932132646,
            "stop": 932132658
        },
        {
            "start": 932132659,
            "stop": 932132713
        },
        {
            "start": 932132714,
            "stop": 932132745
        },
        {
            "start": 932132747,
            "stop": 932132753
        },
        {
            "start": 932132756,
            "stop": 932132823
        },
        {
            "start": 932132842,
            "stop": 932132864
        }
    ]
}