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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3112",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3113,
    "results": [
        {
            "start": 867281864,
            "stop": 867285381
        },
        {
            "start": 867285988,
            "stop": 867285989
        },
        {
            "start": 867287515,
            "stop": 867292323
        },
        {
            "start": 867292326,
            "stop": 867298714
        },
        {
            "start": 867300102,
            "stop": 867309069
        },
        {
            "start": 867309072,
            "stop": 867319497
        },
        {
            "start": 867319873,
            "stop": 867342003
        },
        {
            "start": 867342007,
            "stop": 867344496
        },
        {
            "start": 867344624,
            "stop": 867349622
        },
        {
            "start": 867349626,
            "stop": 867353027
        },
        {
            "start": 867357340,
            "stop": 867364027
        },
        {
            "start": 867367505,
            "stop": 867378792
        },
        {
            "start": 867381897,
            "stop": 867387240
        },
        {
            "start": 867387300,
            "stop": 867397004
        },
        {
            "start": 867397185,
            "stop": 867416640
        },
        {
            "start": 867416760,
            "stop": 867419880
        },
        {
            "start": 867419940,
            "stop": 867420660
        },
        {
            "start": 867420780,
            "stop": 867421980
        },
        {
            "start": 867422100,
            "stop": 867428640
        },
        {
            "start": 867428760,
            "stop": 867430620
        }
    ]
}