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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41040",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41041,
    "results": [
        {
            "start": 875194152,
            "stop": 875194172
        },
        {
            "start": 875194173,
            "stop": 875194238
        },
        {
            "start": 875194239,
            "stop": 875194279
        },
        {
            "start": 875194281,
            "stop": 875194330
        },
        {
            "start": 875194331,
            "stop": 875194332
        },
        {
            "start": 875194333,
            "stop": 875194375
        },
        {
            "start": 875194376,
            "stop": 875194393
        },
        {
            "start": 875194394,
            "stop": 875194445
        },
        {
            "start": 875194447,
            "stop": 875194468
        },
        {
            "start": 875194469,
            "stop": 875194538
        },
        {
            "start": 875194539,
            "stop": 875194555
        },
        {
            "start": 875194556,
            "stop": 875194557
        },
        {
            "start": 875194558,
            "stop": 875194605
        },
        {
            "start": 875194606,
            "stop": 875194611
        },
        {
            "start": 875194612,
            "stop": 875194620
        },
        {
            "start": 875194622,
            "stop": 875194687
        },
        {
            "start": 875194688,
            "stop": 875194726
        },
        {
            "start": 875194727,
            "stop": 875194731
        },
        {
            "start": 875194734,
            "stop": 875194743
        },
        {
            "start": 875194744,
            "stop": 875194750
        }
    ]
}