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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5683",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5684,
    "results": [
        {
            "start": 874561149,
            "stop": 874561183
        },
        {
            "start": 874561186,
            "stop": 874561187
        },
        {
            "start": 874561191,
            "stop": 874561247
        },
        {
            "start": 874561250,
            "stop": 874561366
        },
        {
            "start": 874561370,
            "stop": 874561371
        },
        {
            "start": 874561374,
            "stop": 874561418
        },
        {
            "start": 874561421,
            "stop": 874561462
        },
        {
            "start": 874561465,
            "stop": 874561475
        },
        {
            "start": 874561478,
            "stop": 874561481
        },
        {
            "start": 874561487,
            "stop": 874561501
        },
        {
            "start": 874561504,
            "stop": 874561523
        },
        {
            "start": 874561526,
            "stop": 874561557
        },
        {
            "start": 874561560,
            "stop": 874561565
        },
        {
            "start": 874561568,
            "stop": 874561572
        },
        {
            "start": 874561575,
            "stop": 874561618
        },
        {
            "start": 874561624,
            "stop": 874561663
        },
        {
            "start": 874561666,
            "stop": 874561678
        },
        {
            "start": 874561682,
            "stop": 874561700
        },
        {
            "start": 874561703,
            "stop": 874561707
        },
        {
            "start": 874561711,
            "stop": 874561751
        }
    ]
}