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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 214,
    "results": [
        {
            "start": 931670996,
            "stop": 931671000
        },
        {
            "start": 931671005,
            "stop": 931671016
        },
        {
            "start": 931671019,
            "stop": 931671021
        },
        {
            "start": 931671024,
            "stop": 931671028
        },
        {
            "start": 931671031,
            "stop": 931671033
        },
        {
            "start": 931671036,
            "stop": 931671039
        },
        {
            "start": 931671046,
            "stop": 931671051
        },
        {
            "start": 931671054,
            "stop": 931671068
        },
        {
            "start": 931671070,
            "stop": 931671071
        },
        {
            "start": 931671074,
            "stop": 931671090
        },
        {
            "start": 931671093,
            "stop": 931671095
        },
        {
            "start": 931671098,
            "stop": 931671101
        },
        {
            "start": 931671107,
            "stop": 931671115
        },
        {
            "start": 931671129,
            "stop": 931671132
        },
        {
            "start": 931671136,
            "stop": 931671145
        },
        {
            "start": 931671152,
            "stop": 931671168
        },
        {
            "start": 931671170,
            "stop": 931671180
        },
        {
            "start": 931671185,
            "stop": 931671194
        },
        {
            "start": 931671197,
            "stop": 931671198
        },
        {
            "start": 931671201,
            "stop": 931671210
        }
    ]
}