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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=73",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 74,
    "results": [
        {
            "start": 821278128,
            "stop": 821278289
        },
        {
            "start": 821278292,
            "stop": 821278380
        },
        {
            "start": 821278383,
            "stop": 821278420
        },
        {
            "start": 821278423,
            "stop": 821278433
        },
        {
            "start": 821278436,
            "stop": 821278535
        },
        {
            "start": 821278538,
            "stop": 821278791
        },
        {
            "start": 821278799,
            "stop": 821278804
        },
        {
            "start": 821278892,
            "stop": 821279023
        },
        {
            "start": 821279026,
            "stop": 821279415
        },
        {
            "start": 821279418,
            "stop": 821279450
        },
        {
            "start": 821279453,
            "stop": 821279602
        },
        {
            "start": 821279605,
            "stop": 821281525
        },
        {
            "start": 821281528,
            "stop": 821281546
        },
        {
            "start": 821281549,
            "stop": 821281724
        },
        {
            "start": 821281727,
            "stop": 821281877
        },
        {
            "start": 821281880,
            "stop": 821281886
        },
        {
            "start": 821281889,
            "stop": 821282037
        },
        {
            "start": 821282040,
            "stop": 821282087
        },
        {
            "start": 821282090,
            "stop": 821282744
        },
        {
            "start": 821282747,
            "stop": 821282856
        }
    ]
}