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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=57",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 58,
    "results": [
        {
            "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
        },
        {
            "start": 821282859,
            "stop": 821283381
        },
        {
            "start": 821283384,
            "stop": 821283488
        },
        {
            "start": 821283491,
            "stop": 821284102
        },
        {
            "start": 821284105,
            "stop": 821284178
        },
        {
            "start": 821284181,
            "stop": 821284566
        },
        {
            "start": 821284569,
            "stop": 821284681
        },
        {
            "start": 821284692,
            "stop": 821284700
        },
        {
            "start": 821284703,
            "stop": 821285141
        },
        {
            "start": 821285144,
            "stop": 821286481
        }
    ]
}