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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3753",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3754,
    "results": [
        {
            "start": 873988906,
            "stop": 873989271
        },
        {
            "start": 873989288,
            "stop": 873990571
        },
        {
            "start": 873990588,
            "stop": 873991106
        },
        {
            "start": 873991123,
            "stop": 873991854
        },
        {
            "start": 873991871,
            "stop": 873992444
        },
        {
            "start": 873992461,
            "stop": 873993240
        },
        {
            "start": 873993280,
            "stop": 873993426
        },
        {
            "start": 873993443,
            "stop": 873994502
        },
        {
            "start": 873994519,
            "stop": 873994824
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873999409
        },
        {
            "start": 873999428,
            "stop": 873999732
        },
        {
            "start": 873999749,
            "stop": 873999945
        },
        {
            "start": 873999962,
            "stop": 874000642
        },
        {
            "start": 874000659,
            "stop": 874001785
        },
        {
            "start": 874001789,
            "stop": 874002328
        },
        {
            "start": 874002345,
            "stop": 874002443
        },
        {
            "start": 874002460,
            "stop": 874002532
        },
        {
            "start": 874002549,
            "stop": 874002553
        },
        {
            "start": 874002570,
            "stop": 874003592
        }
    ]
}