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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40690",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40691,
    "results": [
        {
            "start": 874936273,
            "stop": 874936276
        },
        {
            "start": 874936279,
            "stop": 874936283
        },
        {
            "start": 874936284,
            "stop": 874936288
        },
        {
            "start": 874936289,
            "stop": 874936294
        },
        {
            "start": 874936295,
            "stop": 874936299
        },
        {
            "start": 874936300,
            "stop": 874936304
        },
        {
            "start": 874936306,
            "stop": 874936310
        },
        {
            "start": 874936311,
            "stop": 874936315
        },
        {
            "start": 874936316,
            "stop": 874936320
        },
        {
            "start": 874936322,
            "stop": 874936326
        },
        {
            "start": 874936327,
            "stop": 874936331
        },
        {
            "start": 874936332,
            "stop": 874936336
        },
        {
            "start": 874936338,
            "stop": 874936342
        },
        {
            "start": 874936343,
            "stop": 874936347
        },
        {
            "start": 874936348,
            "stop": 874936352
        },
        {
            "start": 874936354,
            "stop": 874936358
        },
        {
            "start": 874936359,
            "stop": 874936363
        },
        {
            "start": 874936365,
            "stop": 874936368
        },
        {
            "start": 874936370,
            "stop": 874936374
        },
        {
            "start": 874936375,
            "stop": 874936379
        }
    ]
}