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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=206",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 207,
    "results": [
        {
            "start": 847836432,
            "stop": 847837271
        },
        {
            "start": 847837571,
            "stop": 847839567
        },
        {
            "start": 847839652,
            "stop": 847840858
        },
        {
            "start": 847840975,
            "stop": 847841050
        },
        {
            "start": 847841350,
            "stop": 847841364
        },
        {
            "start": 847841670,
            "stop": 847861576
        },
        {
            "start": 847861689,
            "stop": 847869893
        },
        {
            "start": 847869895,
            "stop": 847883634
        },
        {
            "start": 847904371,
            "stop": 847906185
        },
        {
            "start": 847906911,
            "stop": 847907690
        },
        {
            "start": 847907767,
            "stop": 847907832
        },
        {
            "start": 847907918,
            "stop": 847911270
        },
        {
            "start": 847911295,
            "stop": 847915085
        },
        {
            "start": 847916305,
            "stop": 847921968
        },
        {
            "start": 847923176,
            "stop": 847944994
        },
        {
            "start": 847948952,
            "stop": 847955131
        },
        {
            "start": 847957964,
            "stop": 847998412
        },
        {
            "start": 847998712,
            "stop": 847998726
        },
        {
            "start": 847998836,
            "stop": 847999201
        },
        {
            "start": 847999231,
            "stop": 847999698
        }
    ]
}