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=40942
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=40943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40941",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40942,
    "results": [
        {
            "start": 875114016,
            "stop": 875114070
        },
        {
            "start": 875114073,
            "stop": 875114105
        },
        {
            "start": 875114106,
            "stop": 875114130
        },
        {
            "start": 875114131,
            "stop": 875114170
        },
        {
            "start": 875114172,
            "stop": 875114194
        },
        {
            "start": 875114196,
            "stop": 875114327
        },
        {
            "start": 875114328,
            "stop": 875114336
        },
        {
            "start": 875114337,
            "stop": 875114350
        },
        {
            "start": 875114351,
            "stop": 875114392
        },
        {
            "start": 875114393,
            "stop": 875114411
        },
        {
            "start": 875114413,
            "stop": 875114415
        },
        {
            "start": 875114416,
            "stop": 875114420
        },
        {
            "start": 875114423,
            "stop": 875114432
        },
        {
            "start": 875114435,
            "stop": 875114444
        },
        {
            "start": 875114446,
            "stop": 875114488
        },
        {
            "start": 875114489,
            "stop": 875114529
        },
        {
            "start": 875114531,
            "stop": 875114543
        },
        {
            "start": 875114545,
            "stop": 875114573
        },
        {
            "start": 875114574,
            "stop": 875114587
        },
        {
            "start": 875114588,
            "stop": 875114610
        }
    ]
}