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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3705",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3703",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3704,
    "results": [
        {
            "start": 970986799,
            "stop": 970986865
        },
        {
            "start": 970986869,
            "stop": 970986946
        },
        {
            "start": 970986949,
            "stop": 970987063
        },
        {
            "start": 970987066,
            "stop": 970987125
        },
        {
            "start": 970987128,
            "stop": 970987134
        },
        {
            "start": 970987136,
            "stop": 970987317
        },
        {
            "start": 970987320,
            "stop": 970987393
        },
        {
            "start": 970987396,
            "stop": 970987559
        },
        {
            "start": 970987572,
            "stop": 970987668
        },
        {
            "start": 970987671,
            "stop": 970988045
        },
        {
            "start": 970988048,
            "stop": 970988066
        },
        {
            "start": 970988069,
            "stop": 970988086
        },
        {
            "start": 970988089,
            "stop": 970988429
        },
        {
            "start": 970988432,
            "stop": 970988581
        },
        {
            "start": 970988584,
            "stop": 970988608
        },
        {
            "start": 970988611,
            "stop": 970988777
        },
        {
            "start": 970988780,
            "stop": 970988809
        },
        {
            "start": 970988812,
            "stop": 970988832
        },
        {
            "start": 970988835,
            "stop": 970988843
        },
        {
            "start": 970988844,
            "stop": 970988893
        }
    ]
}