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=7027
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=7028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7026",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7027,
    "results": [
        {
            "start": 874041570,
            "stop": 874041578
        },
        {
            "start": 874041581,
            "stop": 874041601
        },
        {
            "start": 874041606,
            "stop": 874041713
        },
        {
            "start": 874041719,
            "stop": 874041737
        },
        {
            "start": 874041741,
            "stop": 874041790
        },
        {
            "start": 874041793,
            "stop": 874041982
        },
        {
            "start": 874042170,
            "stop": 874042181
        },
        {
            "start": 874042184,
            "stop": 874042188
        },
        {
            "start": 874042191,
            "stop": 874042344
        },
        {
            "start": 874042532,
            "stop": 874042534
        },
        {
            "start": 874042537,
            "stop": 874042584
        },
        {
            "start": 874042587,
            "stop": 874042602
        },
        {
            "start": 874042608,
            "stop": 874042611
        },
        {
            "start": 874042614,
            "stop": 874042616
        },
        {
            "start": 874042619,
            "stop": 874042682
        },
        {
            "start": 874042688,
            "stop": 874042738
        },
        {
            "start": 874042741,
            "stop": 874042885
        },
        {
            "start": 874042888,
            "stop": 874042894
        },
        {
            "start": 874042897,
            "stop": 874042903
        },
        {
            "start": 874042906,
            "stop": 874042922
        }
    ]
}