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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2099",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2100,
    "results": [
        {
            "start": 864936978,
            "stop": 864962905
        },
        {
            "start": 864963207,
            "stop": 864963358
        },
        {
            "start": 864963468,
            "stop": 864963765
        },
        {
            "start": 864963768,
            "stop": 864963769
        },
        {
            "start": 864963772,
            "stop": 864963788
        },
        {
            "start": 864963789,
            "stop": 864963818
        },
        {
            "start": 864968791,
            "stop": 864969231
        },
        {
            "start": 864969531,
            "stop": 864973352
        },
        {
            "start": 864973355,
            "stop": 864975086
        },
        {
            "start": 864975090,
            "stop": 864994675
        },
        {
            "start": 864994683,
            "stop": 864999255
        },
        {
            "start": 864999258,
            "stop": 864999300
        },
        {
            "start": 864999303,
            "stop": 865003680
        },
        {
            "start": 865003740,
            "stop": 865003750
        },
        {
            "start": 865003758,
            "stop": 865004032
        },
        {
            "start": 865004038,
            "stop": 865005815
        },
        {
            "start": 865005820,
            "stop": 865012665
        },
        {
            "start": 865012670,
            "stop": 865014855
        },
        {
            "start": 865014858,
            "stop": 865015109
        },
        {
            "start": 865015113,
            "stop": 865015434
        }
    ]
}