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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=72",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 73,
    "results": [
        {
            "start": 824868991,
            "stop": 824869287
        },
        {
            "start": 824869587,
            "stop": 824871017
        },
        {
            "start": 824871317,
            "stop": 824871569
        },
        {
            "start": 824871909,
            "stop": 824872483
        },
        {
            "start": 824877444,
            "stop": 824877569
        },
        {
            "start": 824877679,
            "stop": 824878327
        },
        {
            "start": 824878627,
            "stop": 824879088
        },
        {
            "start": 824879467,
            "stop": 824879755
        },
        {
            "start": 824880055,
            "stop": 824880578
        },
        {
            "start": 824880878,
            "stop": 824881072
        },
        {
            "start": 824881182,
            "stop": 824881227
        },
        {
            "start": 824881527,
            "stop": 824882336
        },
        {
            "start": 824882636,
            "stop": 824883230
        },
        {
            "start": 824883340,
            "stop": 824883351
        },
        {
            "start": 824883651,
            "stop": 824883690
        },
        {
            "start": 824883800,
            "stop": 824885172
        },
        {
            "start": 824885472,
            "stop": 824886033
        },
        {
            "start": 824886143,
            "stop": 824886871
        },
        {
            "start": 824887171,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824887750
        }
    ]
}