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=40765
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=40766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40764",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40765,
    "results": [
        {
            "start": 874986497,
            "stop": 874986501
        },
        {
            "start": 874986503,
            "stop": 874986507
        },
        {
            "start": 874986508,
            "stop": 874986512
        },
        {
            "start": 874986513,
            "stop": 874986517
        },
        {
            "start": 874986519,
            "stop": 874986523
        },
        {
            "start": 874986524,
            "stop": 874986528
        },
        {
            "start": 874986529,
            "stop": 874986533
        },
        {
            "start": 874986535,
            "stop": 874986539
        },
        {
            "start": 874986540,
            "stop": 874986544
        },
        {
            "start": 874986545,
            "stop": 874986549
        },
        {
            "start": 874986551,
            "stop": 874986555
        },
        {
            "start": 874986556,
            "stop": 874986560
        },
        {
            "start": 874986561,
            "stop": 874986565
        },
        {
            "start": 874986567,
            "stop": 874986571
        },
        {
            "start": 874986572,
            "stop": 874986576
        },
        {
            "start": 874986577,
            "stop": 874986579
        },
        {
            "start": 874986580,
            "stop": 874986582
        },
        {
            "start": 874986583,
            "stop": 874986587
        },
        {
            "start": 874986588,
            "stop": 874986592
        },
        {
            "start": 874986593,
            "stop": 874986598
        }
    ]
}