Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=124
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 124,
    "results": [
        {
            "start": 1415708567,
            "stop": 1415708811
        },
        {
            "start": 1415708816,
            "stop": 1415709353
        },
        {
            "start": 1415709358,
            "stop": 1415709363
        },
        {
            "start": 1415709368,
            "stop": 1415709391
        },
        {
            "start": 1415709396,
            "stop": 1415709403
        },
        {
            "start": 1415709408,
            "stop": 1415709432
        },
        {
            "start": 1415709437,
            "stop": 1415711054
        },
        {
            "start": 1415711059,
            "stop": 1415711649
        },
        {
            "start": 1415711654,
            "stop": 1415711668
        },
        {
            "start": 1415711673,
            "stop": 1415712409
        },
        {
            "start": 1415712414,
            "stop": 1415712716
        },
        {
            "start": 1415712721,
            "stop": 1415713045
        },
        {
            "start": 1415713050,
            "stop": 1415714124
        },
        {
            "start": 1415714129,
            "stop": 1415714759
        },
        {
            "start": 1415714764,
            "stop": 1415714803
        },
        {
            "start": 1415714808,
            "stop": 1415715376
        },
        {
            "start": 1415715381,
            "stop": 1415715398
        },
        {
            "start": 1415715403,
            "stop": 1415716459
        },
        {
            "start": 1415716464,
            "stop": 1415716469
        },
        {
            "start": 1415716474,
            "stop": 1415716988
        }
    ]
}