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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=255",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 256,
    "results": [
        {
            "start": 931508838,
            "stop": 931508842
        },
        {
            "start": 931508845,
            "stop": 931508860
        },
        {
            "start": 931508863,
            "stop": 931508864
        },
        {
            "start": 931508866,
            "stop": 931508867
        },
        {
            "start": 931508869,
            "stop": 931508873
        },
        {
            "start": 931508876,
            "stop": 931508877
        },
        {
            "start": 931508882,
            "stop": 931508911
        },
        {
            "start": 931508914,
            "stop": 931508916
        },
        {
            "start": 931508919,
            "stop": 931508921
        },
        {
            "start": 931508924,
            "stop": 931508937
        },
        {
            "start": 931508940,
            "stop": 931508941
        },
        {
            "start": 931508949,
            "stop": 931508961
        },
        {
            "start": 931508967,
            "stop": 931508969
        },
        {
            "start": 931508974,
            "stop": 931508982
        },
        {
            "start": 931508987,
            "stop": 931508991
        },
        {
            "start": 931508994,
            "stop": 931508995
        },
        {
            "start": 931509000,
            "stop": 931509001
        },
        {
            "start": 931509011,
            "stop": 931509012
        },
        {
            "start": 931509015,
            "stop": 931509017
        },
        {
            "start": 931509037,
            "stop": 931509039
        }
    ]
}