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=757
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=758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=756",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 757,
    "results": [
        {
            "start": 874986868,
            "stop": 874987912
        },
        {
            "start": 874990134,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875022639
        },
        {
            "start": 875030773,
            "stop": 875041707
        },
        {
            "start": 875042699,
            "stop": 875056048
        },
        {
            "start": 875057465,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875079505
        },
        {
            "start": 875079524,
            "stop": 875079655
        },
        {
            "start": 875079675,
            "stop": 875079826
        },
        {
            "start": 875079845,
            "stop": 875080156
        },
        {
            "start": 875080175,
            "stop": 875080656
        },
        {
            "start": 875080675,
            "stop": 875081357
        },
        {
            "start": 875081376,
            "stop": 875081496
        },
        {
            "start": 875081515,
            "stop": 875081536
        },
        {
            "start": 875081555,
            "stop": 875081676
        },
        {
            "start": 875081695,
            "stop": 875082356
        },
        {
            "start": 875082375,
            "stop": 875082726
        },
        {
            "start": 875082745,
            "stop": 875082836
        },
        {
            "start": 875082855,
            "stop": 875082907
        }
    ]
}