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=40701
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=40702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40700",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40701,
    "results": [
        {
            "start": 874940960,
            "stop": 874940961
        },
        {
            "start": 874940962,
            "stop": 874940966
        },
        {
            "start": 874940967,
            "stop": 874940977
        },
        {
            "start": 874940978,
            "stop": 874941046
        },
        {
            "start": 874941047,
            "stop": 874941062
        },
        {
            "start": 874941063,
            "stop": 874941107
        },
        {
            "start": 874941108,
            "stop": 874941112
        },
        {
            "start": 874941114,
            "stop": 874941123
        },
        {
            "start": 874941124,
            "stop": 874941172
        },
        {
            "start": 874941173,
            "stop": 874941297
        },
        {
            "start": 874941298,
            "stop": 874941343
        },
        {
            "start": 874941344,
            "stop": 874941376
        },
        {
            "start": 874941377,
            "stop": 874941432
        },
        {
            "start": 874941434,
            "stop": 874941439
        },
        {
            "start": 874941441,
            "stop": 874941450
        },
        {
            "start": 874941454,
            "stop": 874941463
        },
        {
            "start": 874941464,
            "stop": 874941470
        },
        {
            "start": 874941472,
            "stop": 874941476
        },
        {
            "start": 874941477,
            "stop": 874941546
        },
        {
            "start": 874941547,
            "stop": 874941548
        }
    ]
}