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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=307",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 308,
    "results": [
        {
            "start": 931771372,
            "stop": 931771380
        },
        {
            "start": 931771383,
            "stop": 931771405
        },
        {
            "start": 931771408,
            "stop": 931771421
        },
        {
            "start": 931771424,
            "stop": 931771441
        },
        {
            "start": 931771445,
            "stop": 931771448
        },
        {
            "start": 931771451,
            "stop": 931771463
        },
        {
            "start": 931771466,
            "stop": 931771473
        },
        {
            "start": 931771476,
            "stop": 931771487
        },
        {
            "start": 931771490,
            "stop": 931771500
        },
        {
            "start": 931771503,
            "stop": 931771508
        },
        {
            "start": 931771511,
            "stop": 931771516
        },
        {
            "start": 931771519,
            "stop": 931771546
        },
        {
            "start": 931771555,
            "stop": 931771562
        },
        {
            "start": 931771565,
            "stop": 931771569
        },
        {
            "start": 931771575,
            "stop": 931771593
        },
        {
            "start": 931771602,
            "stop": 931771608
        },
        {
            "start": 931771611,
            "stop": 931771614
        },
        {
            "start": 931771617,
            "stop": 931771623
        },
        {
            "start": 931771626,
            "stop": 931771632
        },
        {
            "start": 931771635,
            "stop": 931771641
        }
    ]
}