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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=123",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 124,
    "results": [
        {
            "start": 931127220,
            "stop": 931127227
        },
        {
            "start": 931127228,
            "stop": 931127229
        },
        {
            "start": 931127231,
            "stop": 931127234
        },
        {
            "start": 931127236,
            "stop": 931127239
        },
        {
            "start": 931127240,
            "stop": 931127245
        },
        {
            "start": 931127246,
            "stop": 931127258
        },
        {
            "start": 931127259,
            "stop": 931127261
        },
        {
            "start": 931127262,
            "stop": 931127263
        },
        {
            "start": 931127264,
            "stop": 931127269
        },
        {
            "start": 931127270,
            "stop": 931127273
        },
        {
            "start": 931127274,
            "stop": 931127282
        },
        {
            "start": 931127283,
            "stop": 931127290
        },
        {
            "start": 931127292,
            "stop": 931127308
        },
        {
            "start": 931127309,
            "stop": 931127311
        },
        {
            "start": 931127312,
            "stop": 931127324
        },
        {
            "start": 931127325,
            "stop": 931127331
        },
        {
            "start": 931127333,
            "stop": 931127335
        },
        {
            "start": 931127336,
            "stop": 931127371
        },
        {
            "start": 931127372,
            "stop": 931127401
        },
        {
            "start": 931127403,
            "stop": 931127404
        }
    ]
}