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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 218,
    "results": [
        {
            "start": 931671947,
            "stop": 931671967
        },
        {
            "start": 931671970,
            "stop": 931671971
        },
        {
            "start": 931671974,
            "stop": 931671984
        },
        {
            "start": 931671987,
            "stop": 931671990
        },
        {
            "start": 931671993,
            "stop": 931671998
        },
        {
            "start": 931672000,
            "stop": 931672004
        },
        {
            "start": 931672009,
            "stop": 931672011
        },
        {
            "start": 931672014,
            "stop": 931672017
        },
        {
            "start": 931672020,
            "stop": 931672038
        },
        {
            "start": 931672041,
            "stop": 931672042
        },
        {
            "start": 931672045,
            "stop": 931672051
        },
        {
            "start": 931672055,
            "stop": 931672071
        },
        {
            "start": 931672074,
            "stop": 931672075
        },
        {
            "start": 931672083,
            "stop": 931672092
        },
        {
            "start": 931672098,
            "stop": 931672104
        },
        {
            "start": 931672107,
            "stop": 931672115
        },
        {
            "start": 931672118,
            "stop": 931672119
        },
        {
            "start": 931672122,
            "stop": 931672126
        },
        {
            "start": 931672129,
            "stop": 931672132
        },
        {
            "start": 931672135,
            "stop": 931672139
        }
    ]
}