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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=84",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 85,
    "results": [
        {
            "start": 824846398,
            "stop": 824846457
        },
        {
            "start": 824846851,
            "stop": 824846897
        },
        {
            "start": 824847007,
            "stop": 824847426
        },
        {
            "start": 824847726,
            "stop": 824855066
        },
        {
            "start": 824857591,
            "stop": 824858233
        },
        {
            "start": 824858569,
            "stop": 824865585
        },
        {
            "start": 824865695,
            "stop": 824865773
        },
        {
            "start": 824866073,
            "stop": 824866075
        },
        {
            "start": 824866550,
            "stop": 824866571
        },
        {
            "start": 824866871,
            "stop": 824867913
        },
        {
            "start": 824868213,
            "stop": 824868881
        },
        {
            "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
        }
    ]
}