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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=317",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 318,
    "results": [
        {
            "start": 1240589628,
            "stop": 1240589682
        },
        {
            "start": 1240589686,
            "stop": 1240589687
        },
        {
            "start": 1240589688,
            "stop": 1240589832
        },
        {
            "start": 1240589833,
            "stop": 1240589836
        },
        {
            "start": 1240589837,
            "stop": 1240589921
        },
        {
            "start": 1240589924,
            "stop": 1240589927
        },
        {
            "start": 1240589928,
            "stop": 1240589972
        },
        {
            "start": 1240589973,
            "stop": 1240589974
        },
        {
            "start": 1240589975,
            "stop": 1240589991
        },
        {
            "start": 1240589993,
            "stop": 1240589998
        },
        {
            "start": 1240589999,
            "stop": 1240590013
        },
        {
            "start": 1240590014,
            "stop": 1240590015
        },
        {
            "start": 1240590016,
            "stop": 1240591139
        },
        {
            "start": 1240591142,
            "stop": 1240591510
        },
        {
            "start": 1240591511,
            "stop": 1240591513
        },
        {
            "start": 1240591514,
            "stop": 1240591567
        },
        {
            "start": 1240591570,
            "stop": 1240591906
        },
        {
            "start": 1240591907,
            "stop": 1240591909
        },
        {
            "start": 1240591910,
            "stop": 1240592340
        },
        {
            "start": 1240592341,
            "stop": 1240592342
        }
    ]
}