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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=137",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 138,
    "results": [
        {
            "start": 932119575,
            "stop": 932119590
        },
        {
            "start": 932119593,
            "stop": 932120610
        },
        {
            "start": 932120613,
            "stop": 932122288
        },
        {
            "start": 932123648,
            "stop": 932124518
        },
        {
            "start": 932124520,
            "stop": 932124556
        },
        {
            "start": 932124558,
            "stop": 932124737
        },
        {
            "start": 932124739,
            "stop": 932126415
        },
        {
            "start": 932126775,
            "stop": 932127110
        },
        {
            "start": 932127128,
            "stop": 932127197
        },
        {
            "start": 932127199,
            "stop": 932127358
        },
        {
            "start": 932127360,
            "stop": 932127361
        },
        {
            "start": 932127363,
            "stop": 932127367
        },
        {
            "start": 932127370,
            "stop": 932127388
        },
        {
            "start": 932127390,
            "stop": 932128337
        },
        {
            "start": 932128339,
            "stop": 932128733
        },
        {
            "start": 932128735,
            "stop": 932129881
        },
        {
            "start": 932129884,
            "stop": 932129897
        },
        {
            "start": 932129899,
            "stop": 932130015
        },
        {
            "start": 932132100,
            "stop": 932132200
        },
        {
            "start": 932132203,
            "stop": 932132273
        }
    ]
}