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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 215,
    "results": [
        {
            "start": 931671215,
            "stop": 931671218
        },
        {
            "start": 931671220,
            "stop": 931671223
        },
        {
            "start": 931671229,
            "stop": 931671245
        },
        {
            "start": 931671253,
            "stop": 931671264
        },
        {
            "start": 931671273,
            "stop": 931671276
        },
        {
            "start": 931671279,
            "stop": 931671321
        },
        {
            "start": 931671324,
            "stop": 931671332
        },
        {
            "start": 931671336,
            "stop": 931671337
        },
        {
            "start": 931671342,
            "stop": 931671347
        },
        {
            "start": 931671350,
            "stop": 931671351
        },
        {
            "start": 931671361,
            "stop": 931671370
        },
        {
            "start": 931671373,
            "stop": 931671378
        },
        {
            "start": 931671384,
            "stop": 931671405
        },
        {
            "start": 931671408,
            "stop": 931671424
        },
        {
            "start": 931671427,
            "stop": 931671430
        },
        {
            "start": 931671433,
            "stop": 931671441
        },
        {
            "start": 931671447,
            "stop": 931671451
        },
        {
            "start": 931671454,
            "stop": 931671455
        },
        {
            "start": 931671461,
            "stop": 931671480
        },
        {
            "start": 931671487,
            "stop": 931671505
        }
    ]
}