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=3761
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=3762",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3760",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3761,
    "results": [
        {
            "start": 971510429,
            "stop": 971510431
        },
        {
            "start": 971510434,
            "stop": 971510439
        },
        {
            "start": 971510443,
            "stop": 971510444
        },
        {
            "start": 971510450,
            "stop": 971510478
        },
        {
            "start": 971510481,
            "stop": 971510533
        },
        {
            "start": 971510536,
            "stop": 971510584
        },
        {
            "start": 971510588,
            "stop": 971510630
        },
        {
            "start": 971510634,
            "stop": 971510635
        },
        {
            "start": 971510638,
            "stop": 971510659
        },
        {
            "start": 971510662,
            "stop": 971510666
        },
        {
            "start": 971510669,
            "stop": 971510675
        },
        {
            "start": 971510678,
            "stop": 971510696
        },
        {
            "start": 971510699,
            "stop": 971510842
        },
        {
            "start": 971510845,
            "stop": 971510861
        },
        {
            "start": 971510864,
            "stop": 971510875
        },
        {
            "start": 971510878,
            "stop": 971510917
        },
        {
            "start": 971510920,
            "stop": 971510937
        },
        {
            "start": 971510940,
            "stop": 971510948
        },
        {
            "start": 971510951,
            "stop": 971511100
        },
        {
            "start": 971511103,
            "stop": 971511132
        }
    ]
}