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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=288",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 289,
    "results": [
        {
            "start": 931767329,
            "stop": 931767334
        },
        {
            "start": 931767342,
            "stop": 931767344
        },
        {
            "start": 931767348,
            "stop": 931767350
        },
        {
            "start": 931767353,
            "stop": 931767355
        },
        {
            "start": 931767361,
            "stop": 931767362
        },
        {
            "start": 931767365,
            "stop": 931767371
        },
        {
            "start": 931767378,
            "stop": 931767379
        },
        {
            "start": 931767384,
            "stop": 931767385
        },
        {
            "start": 931767392,
            "stop": 931767398
        },
        {
            "start": 931767401,
            "stop": 931767411
        },
        {
            "start": 931767414,
            "stop": 931767417
        },
        {
            "start": 931767422,
            "stop": 931767423
        },
        {
            "start": 931767430,
            "stop": 931767436
        },
        {
            "start": 931767440,
            "stop": 931767445
        },
        {
            "start": 931767454,
            "stop": 931767455
        },
        {
            "start": 931767461,
            "stop": 931767465
        },
        {
            "start": 931767468,
            "stop": 931767471
        },
        {
            "start": 931767477,
            "stop": 931767481
        },
        {
            "start": 931767484,
            "stop": 931767485
        },
        {
            "start": 931767487,
            "stop": 931767488
        }
    ]
}