Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=77
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=76",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 77,
    "results": [
        {
            "start": 821293489,
            "stop": 821293536
        },
        {
            "start": 821293539,
            "stop": 821293559
        },
        {
            "start": 821293562,
            "stop": 821293591
        },
        {
            "start": 821293594,
            "stop": 821293664
        },
        {
            "start": 821293667,
            "stop": 821293862
        },
        {
            "start": 821293865,
            "stop": 821294086
        },
        {
            "start": 821294089,
            "stop": 821294100
        },
        {
            "start": 821294103,
            "stop": 821294182
        },
        {
            "start": 821294185,
            "stop": 821294353
        },
        {
            "start": 821294356,
            "stop": 821294360
        },
        {
            "start": 821294365,
            "stop": 821294509
        },
        {
            "start": 821294512,
            "stop": 821294530
        },
        {
            "start": 821294533,
            "stop": 821294571
        },
        {
            "start": 821294574,
            "stop": 821294781
        },
        {
            "start": 821294784,
            "stop": 821294808
        },
        {
            "start": 821294811,
            "stop": 821294828
        },
        {
            "start": 821294831,
            "stop": 821295015
        },
        {
            "start": 821295018,
            "stop": 821295130
        },
        {
            "start": 821295133,
            "stop": 821295196
        },
        {
            "start": 821295199,
            "stop": 821295228
        }
    ]
}