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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33207",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33208,
    "results": [
        {
            "start": 970911754,
            "stop": 970911832
        },
        {
            "start": 970911833,
            "stop": 970911837
        },
        {
            "start": 970911838,
            "stop": 970911849
        },
        {
            "start": 970911850,
            "stop": 970911993
        },
        {
            "start": 970911994,
            "stop": 970912047
        },
        {
            "start": 970912050,
            "stop": 970912119
        },
        {
            "start": 970912120,
            "stop": 970912174
        },
        {
            "start": 970912175,
            "stop": 970912285
        },
        {
            "start": 970912286,
            "stop": 970912325
        },
        {
            "start": 970912327,
            "stop": 970912431
        },
        {
            "start": 970912432,
            "stop": 970912478
        },
        {
            "start": 970912481,
            "stop": 970912515
        },
        {
            "start": 970912518,
            "stop": 970912519
        },
        {
            "start": 970912520,
            "stop": 970912697
        },
        {
            "start": 970912698,
            "stop": 970912715
        },
        {
            "start": 970912716,
            "stop": 970912786
        },
        {
            "start": 970912787,
            "stop": 970913066
        },
        {
            "start": 970913068,
            "stop": 970913138
        },
        {
            "start": 970913139,
            "stop": 970913206
        },
        {
            "start": 970913207,
            "stop": 970913231
        }
    ]
}