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=3200
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=3201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3199",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3200,
    "results": [
        {
            "start": 870718575,
            "stop": 870718592
        },
        {
            "start": 870718598,
            "stop": 870720180
        },
        {
            "start": 870720240,
            "stop": 870724500
        },
        {
            "start": 870724560,
            "stop": 870727080
        },
        {
            "start": 870727140,
            "stop": 870728153
        },
        {
            "start": 870728157,
            "stop": 870731595
        },
        {
            "start": 870731600,
            "stop": 870731640
        },
        {
            "start": 870731700,
            "stop": 870734040
        },
        {
            "start": 870734100,
            "stop": 870734580
        },
        {
            "start": 870734640,
            "stop": 870734700
        },
        {
            "start": 870734760,
            "stop": 870738982
        },
        {
            "start": 870738986,
            "stop": 870739738
        },
        {
            "start": 870739741,
            "stop": 870740760
        },
        {
            "start": 870740880,
            "stop": 870741360
        },
        {
            "start": 870741420,
            "stop": 870742912
        },
        {
            "start": 870745209,
            "stop": 870751320
        },
        {
            "start": 870751380,
            "stop": 870755402
        },
        {
            "start": 870755405,
            "stop": 870756369
        },
        {
            "start": 870756373,
            "stop": 870758590
        },
        {
            "start": 870758924,
            "stop": 870763576
        }
    ]
}