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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 19,
    "results": [
        {
            "start": 1399064131,
            "stop": 1399068293
        },
        {
            "start": 1399071177,
            "stop": 1399080176
        },
        {
            "start": 1399080181,
            "stop": 1399081273
        },
        {
            "start": 1399081276,
            "stop": 1399081576
        },
        {
            "start": 1399082437,
            "stop": 1399088079
        },
        {
            "start": 1399088346,
            "stop": 1399088896
        },
        {
            "start": 1399089153,
            "stop": 1399090630
        },
        {
            "start": 1399090893,
            "stop": 1399091270
        },
        {
            "start": 1399091498,
            "stop": 1399091892
        },
        {
            "start": 1399092150,
            "stop": 1399092208
        },
        {
            "start": 1399093274,
            "stop": 1399094421
        },
        {
            "start": 1399097738,
            "stop": 1399102307
        },
        {
            "start": 1399102308,
            "stop": 1399103341
        },
        {
            "start": 1399103346,
            "stop": 1399106237
        },
        {
            "start": 1399106242,
            "stop": 1399107195
        },
        {
            "start": 1399107198,
            "stop": 1399114998
        },
        {
            "start": 1399115002,
            "stop": 1399117615
        },
        {
            "start": 1399117618,
            "stop": 1399121452
        },
        {
            "start": 1399121457,
            "stop": 1399125643
        },
        {
            "start": 1399150738,
            "stop": 1399156350
        }
    ]
}