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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=196",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 197,
    "results": [
        {
            "start": 838927282,
            "stop": 838966565
        },
        {
            "start": 838966567,
            "stop": 838992936
        },
        {
            "start": 838992937,
            "stop": 838997113
        },
        {
            "start": 838997318,
            "stop": 838999524
        },
        {
            "start": 838999527,
            "stop": 838999528
        },
        {
            "start": 838999531,
            "stop": 838999537
        },
        {
            "start": 838999540,
            "stop": 839000329
        },
        {
            "start": 839000331,
            "stop": 839004253
        },
        {
            "start": 839004378,
            "stop": 839006915
        },
        {
            "start": 839006918,
            "stop": 839006925
        },
        {
            "start": 839006928,
            "stop": 839008016
        },
        {
            "start": 839008018,
            "stop": 839020362
        },
        {
            "start": 839020662,
            "stop": 839020730
        },
        {
            "start": 839023957,
            "stop": 839024786
        },
        {
            "start": 839031724,
            "stop": 839032208
        },
        {
            "start": 839032209,
            "stop": 839033572
        },
        {
            "start": 839033786,
            "stop": 839033893
        },
        {
            "start": 839035338,
            "stop": 839045264
        },
        {
            "start": 839045266,
            "stop": 839046371
        },
        {
            "start": 839046372,
            "stop": 839047101
        }
    ]
}