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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6932",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6933,
    "results": [
        {
            "start": 873721444,
            "stop": 873721447
        },
        {
            "start": 873721448,
            "stop": 873721450
        },
        {
            "start": 873721456,
            "stop": 873721463
        },
        {
            "start": 873721464,
            "stop": 873721469
        },
        {
            "start": 873721480,
            "stop": 873721485
        },
        {
            "start": 873721499,
            "stop": 873721536
        },
        {
            "start": 873721543,
            "stop": 873721552
        },
        {
            "start": 873721558,
            "stop": 873721569
        },
        {
            "start": 873721585,
            "stop": 873721592
        },
        {
            "start": 873721593,
            "stop": 873721596
        },
        {
            "start": 873721597,
            "stop": 873721603
        },
        {
            "start": 873721612,
            "stop": 873721658
        },
        {
            "start": 873721668,
            "stop": 873721672
        },
        {
            "start": 873721679,
            "stop": 873721682
        },
        {
            "start": 873721686,
            "stop": 873721715
        },
        {
            "start": 873721725,
            "stop": 873721743
        },
        {
            "start": 873721757,
            "stop": 873721761
        },
        {
            "start": 873721785,
            "stop": 873721798
        },
        {
            "start": 873721802,
            "stop": 873721823
        },
        {
            "start": 873721827,
            "stop": 873721835
        }
    ]
}