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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=986",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=984",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 985,
    "results": [
        {
            "start": 1251795406,
            "stop": 1251795530
        },
        {
            "start": 1251795532,
            "stop": 1251796009
        },
        {
            "start": 1251796013,
            "stop": 1251797014
        },
        {
            "start": 1251797017,
            "stop": 1251797610
        },
        {
            "start": 1251797615,
            "stop": 1251798044
        },
        {
            "start": 1251798048,
            "stop": 1251799729
        },
        {
            "start": 1251799733,
            "stop": 1251800275
        },
        {
            "start": 1251800279,
            "stop": 1251801641
        },
        {
            "start": 1251801646,
            "stop": 1251802126
        },
        {
            "start": 1251802131,
            "stop": 1251802167
        },
        {
            "start": 1251802169,
            "stop": 1251802777
        },
        {
            "start": 1251802785,
            "stop": 1251803244
        },
        {
            "start": 1251803247,
            "stop": 1251803398
        },
        {
            "start": 1251803402,
            "stop": 1251803782
        },
        {
            "start": 1251803787,
            "stop": 1251804190
        },
        {
            "start": 1251804194,
            "stop": 1251804453
        },
        {
            "start": 1251804458,
            "stop": 1251804460
        },
        {
            "start": 1251804465,
            "stop": 1251804956
        },
        {
            "start": 1251804960,
            "stop": 1251804984
        },
        {
            "start": 1251804989,
            "stop": 1251805211
        }
    ]
}