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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16628",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16629,
    "results": [
        {
            "start": 874808607,
            "stop": 874808817
        },
        {
            "start": 874808821,
            "stop": 874808939
        },
        {
            "start": 874808942,
            "stop": 874809121
        },
        {
            "start": 874809123,
            "stop": 874809129
        },
        {
            "start": 874809130,
            "stop": 874809524
        },
        {
            "start": 874809525,
            "stop": 874809557
        },
        {
            "start": 874809563,
            "stop": 874809691
        },
        {
            "start": 874809694,
            "stop": 874809709
        },
        {
            "start": 874809710,
            "stop": 874809772
        },
        {
            "start": 874809776,
            "stop": 874809813
        },
        {
            "start": 874809816,
            "stop": 874809825
        },
        {
            "start": 874809829,
            "stop": 874809927
        },
        {
            "start": 874809928,
            "stop": 874810025
        },
        {
            "start": 874810026,
            "stop": 874810234
        },
        {
            "start": 874810238,
            "stop": 874810349
        },
        {
            "start": 874810353,
            "stop": 874810445
        },
        {
            "start": 874810446,
            "stop": 874810489
        },
        {
            "start": 874810491,
            "stop": 874810501
        },
        {
            "start": 874810503,
            "stop": 874810657
        },
        {
            "start": 874810661,
            "stop": 874810669
        }
    ]
}