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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=191",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 192,
    "results": [
        {
            "start": 931151316,
            "stop": 931151321
        },
        {
            "start": 931151323,
            "stop": 931151325
        },
        {
            "start": 931151328,
            "stop": 931151330
        },
        {
            "start": 931151331,
            "stop": 931151334
        },
        {
            "start": 931151335,
            "stop": 931151337
        },
        {
            "start": 931151338,
            "stop": 931151340
        },
        {
            "start": 931151342,
            "stop": 931151347
        },
        {
            "start": 931151349,
            "stop": 931151352
        },
        {
            "start": 931151353,
            "stop": 931151356
        },
        {
            "start": 931151357,
            "stop": 931151359
        },
        {
            "start": 931151361,
            "stop": 931151365
        },
        {
            "start": 931151371,
            "stop": 931151379
        },
        {
            "start": 931151381,
            "stop": 931151382
        },
        {
            "start": 931151385,
            "stop": 931151387
        },
        {
            "start": 931151388,
            "stop": 931151390
        },
        {
            "start": 931151392,
            "stop": 931151393
        },
        {
            "start": 931151396,
            "stop": 931151405
        },
        {
            "start": 931151408,
            "stop": 931151410
        },
        {
            "start": 931151411,
            "stop": 931151416
        },
        {
            "start": 931151421,
            "stop": 931151422
        }
    ]
}