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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46703",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46704,
    "results": [
        {
            "start": 875053279,
            "stop": 875053346
        },
        {
            "start": 875053347,
            "stop": 875053353
        },
        {
            "start": 875053354,
            "stop": 875053384
        },
        {
            "start": 875053386,
            "stop": 875053404
        },
        {
            "start": 875053405,
            "stop": 875053420
        },
        {
            "start": 875053422,
            "stop": 875053426
        },
        {
            "start": 875053428,
            "stop": 875053452
        },
        {
            "start": 875053453,
            "stop": 875053464
        },
        {
            "start": 875053466,
            "stop": 875053498
        },
        {
            "start": 875053499,
            "stop": 875053512
        },
        {
            "start": 875053514,
            "stop": 875053536
        },
        {
            "start": 875053537,
            "stop": 875053543
        },
        {
            "start": 875053544,
            "stop": 875053552
        },
        {
            "start": 875053555,
            "stop": 875053563
        },
        {
            "start": 875053564,
            "stop": 875053576
        },
        {
            "start": 875053577,
            "stop": 875053594
        },
        {
            "start": 875053595,
            "stop": 875053597
        },
        {
            "start": 875053599,
            "stop": 875053613
        },
        {
            "start": 875053614,
            "stop": 875053618
        },
        {
            "start": 875053620,
            "stop": 875053640
        }
    ]
}