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=2918
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=2919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2917",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2918,
    "results": [
        {
            "start": 858532154,
            "stop": 858533452
        },
        {
            "start": 858533458,
            "stop": 858533557
        },
        {
            "start": 858533563,
            "stop": 858535136
        },
        {
            "start": 858535758,
            "stop": 858539795
        },
        {
            "start": 858539800,
            "stop": 858540053
        },
        {
            "start": 858540056,
            "stop": 858540705
        },
        {
            "start": 858540710,
            "stop": 858540720
        },
        {
            "start": 858540780,
            "stop": 858541511
        },
        {
            "start": 858541516,
            "stop": 858545160
        },
        {
            "start": 858545220,
            "stop": 858547680
        },
        {
            "start": 858547740,
            "stop": 858550140
        },
        {
            "start": 858550200,
            "stop": 858554358
        },
        {
            "start": 858554364,
            "stop": 858555779
        },
        {
            "start": 858557039,
            "stop": 858561017
        },
        {
            "start": 858561023,
            "stop": 858561060
        },
        {
            "start": 858561120,
            "stop": 858563169
        },
        {
            "start": 858563172,
            "stop": 858566820
        },
        {
            "start": 858566880,
            "stop": 858574860
        },
        {
            "start": 858574920,
            "stop": 858576060
        },
        {
            "start": 858576120,
            "stop": 858583380
        }
    ]
}