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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41050",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41051,
    "results": [
        {
            "start": 875199728,
            "stop": 875199736
        },
        {
            "start": 875199737,
            "stop": 875199778
        },
        {
            "start": 875199779,
            "stop": 875199819
        },
        {
            "start": 875199820,
            "stop": 875199825
        },
        {
            "start": 875199827,
            "stop": 875199830
        },
        {
            "start": 875199832,
            "stop": 875199844
        },
        {
            "start": 875199845,
            "stop": 875199868
        },
        {
            "start": 875199869,
            "stop": 875199883
        },
        {
            "start": 875199884,
            "stop": 875199891
        },
        {
            "start": 875199892,
            "stop": 875199895
        },
        {
            "start": 875199896,
            "stop": 875199945
        },
        {
            "start": 875199946,
            "stop": 875199957
        },
        {
            "start": 875199959,
            "stop": 875199961
        },
        {
            "start": 875199963,
            "stop": 875199970
        },
        {
            "start": 875199972,
            "stop": 875199983
        },
        {
            "start": 875199984,
            "stop": 875200005
        },
        {
            "start": 875200006,
            "stop": 875200037
        },
        {
            "start": 875200038,
            "stop": 875200043
        },
        {
            "start": 875200044,
            "stop": 875200054
        },
        {
            "start": 875200055,
            "stop": 875200069
        }
    ]
}