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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6986",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6987,
    "results": [
        {
            "start": 873829080,
            "stop": 873829150
        },
        {
            "start": 873829154,
            "stop": 873829164
        },
        {
            "start": 873829168,
            "stop": 873829172
        },
        {
            "start": 873829175,
            "stop": 873829347
        },
        {
            "start": 873829351,
            "stop": 873829612
        },
        {
            "start": 873829616,
            "stop": 873829627
        },
        {
            "start": 873829632,
            "stop": 873829641
        },
        {
            "start": 873829645,
            "stop": 873829655
        },
        {
            "start": 873829659,
            "stop": 873829699
        },
        {
            "start": 873829703,
            "stop": 873829771
        },
        {
            "start": 873829774,
            "stop": 873829844
        },
        {
            "start": 873829849,
            "stop": 873829957
        },
        {
            "start": 873829961,
            "stop": 873829987
        },
        {
            "start": 873829991,
            "stop": 873830118
        },
        {
            "start": 873830122,
            "stop": 873830131
        },
        {
            "start": 873830136,
            "stop": 873830150
        },
        {
            "start": 873830154,
            "stop": 873830164
        },
        {
            "start": 873830168,
            "stop": 873830179
        },
        {
            "start": 873830184,
            "stop": 873830186
        },
        {
            "start": 873830191,
            "stop": 873830288
        }
    ]
}