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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1707",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1708,
    "results": [
        {
            "start": 957779618,
            "stop": 957779872
        },
        {
            "start": 957779874,
            "stop": 957780121
        },
        {
            "start": 957780123,
            "stop": 957780576
        },
        {
            "start": 957780578,
            "stop": 957780634
        },
        {
            "start": 957780636,
            "stop": 957780637
        },
        {
            "start": 957780639,
            "stop": 957780814
        },
        {
            "start": 957780816,
            "stop": 957781463
        },
        {
            "start": 957785098,
            "stop": 957785981
        },
        {
            "start": 957785983,
            "stop": 957787930
        },
        {
            "start": 957793899,
            "stop": 957800167
        },
        {
            "start": 957801148,
            "stop": 957802208
        },
        {
            "start": 957802210,
            "stop": 957802281
        },
        {
            "start": 957802282,
            "stop": 957802858
        },
        {
            "start": 957802860,
            "stop": 957806130
        },
        {
            "start": 957806135,
            "stop": 957806317
        },
        {
            "start": 957806319,
            "stop": 957811184
        },
        {
            "start": 957812051,
            "stop": 957812675
        },
        {
            "start": 957813550,
            "stop": 957813620
        },
        {
            "start": 957813622,
            "stop": 957815424
        },
        {
            "start": 957816285,
            "stop": 957818012
        }
    ]
}