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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=307",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 308,
    "results": [
        {
            "start": 847650367,
            "stop": 847650368
        },
        {
            "start": 847650369,
            "stop": 847650399
        },
        {
            "start": 847650401,
            "stop": 847650419
        },
        {
            "start": 847650420,
            "stop": 847650504
        },
        {
            "start": 847650505,
            "stop": 847650558
        },
        {
            "start": 847650559,
            "stop": 847650749
        },
        {
            "start": 847650751,
            "stop": 847650879
        },
        {
            "start": 847650881,
            "stop": 847650895
        },
        {
            "start": 847650896,
            "stop": 847650996
        },
        {
            "start": 847650997,
            "stop": 847651017
        },
        {
            "start": 847651019,
            "stop": 847651037
        },
        {
            "start": 847651039,
            "stop": 847651058
        },
        {
            "start": 847651059,
            "stop": 847651063
        },
        {
            "start": 847651064,
            "stop": 847651124
        },
        {
            "start": 847651125,
            "stop": 847651222
        },
        {
            "start": 847651223,
            "stop": 847651333
        },
        {
            "start": 847651335,
            "stop": 847651339
        },
        {
            "start": 847651341,
            "stop": 847651399
        },
        {
            "start": 847651400,
            "stop": 847651420
        },
        {
            "start": 847651424,
            "stop": 847651430
        }
    ]
}