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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=235",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 236,
    "results": [
        {
            "start": 821678586,
            "stop": 821678591
        },
        {
            "start": 821678599,
            "stop": 821678607
        },
        {
            "start": 821678610,
            "stop": 821678613
        },
        {
            "start": 821678623,
            "stop": 821678631
        },
        {
            "start": 821678634,
            "stop": 821678642
        },
        {
            "start": 821678647,
            "stop": 821678652
        },
        {
            "start": 821678656,
            "stop": 821678658
        },
        {
            "start": 821678663,
            "stop": 821678664
        },
        {
            "start": 821678667,
            "stop": 821678682
        },
        {
            "start": 821678686,
            "stop": 821678688
        },
        {
            "start": 821678691,
            "stop": 821678706
        },
        {
            "start": 821678709,
            "stop": 821678721
        },
        {
            "start": 821678724,
            "stop": 821678746
        },
        {
            "start": 821678749,
            "stop": 821678760
        },
        {
            "start": 821678763,
            "stop": 821678779
        },
        {
            "start": 821678782,
            "stop": 821678791
        },
        {
            "start": 821678795,
            "stop": 821678815
        },
        {
            "start": 821678818,
            "stop": 821678824
        },
        {
            "start": 821678827,
            "stop": 821678839
        },
        {
            "start": 821678845,
            "stop": 821678846
        }
    ]
}