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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5251",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5249",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5250,
    "results": [
        {
            "start": 1137060152,
            "stop": 1137060171
        },
        {
            "start": 1137060173,
            "stop": 1137060228
        },
        {
            "start": 1137060229,
            "stop": 1137060273
        },
        {
            "start": 1137060274,
            "stop": 1137060299
        },
        {
            "start": 1137060303,
            "stop": 1137060389
        },
        {
            "start": 1137060391,
            "stop": 1137060403
        },
        {
            "start": 1137060405,
            "stop": 1137060407
        },
        {
            "start": 1137060409,
            "stop": 1137060415
        },
        {
            "start": 1137060417,
            "stop": 1137060436
        },
        {
            "start": 1137060438,
            "stop": 1137060444
        },
        {
            "start": 1137060446,
            "stop": 1137060448
        },
        {
            "start": 1137060450,
            "stop": 1137060655
        },
        {
            "start": 1137060657,
            "stop": 1137060682
        },
        {
            "start": 1137060684,
            "stop": 1137060702
        },
        {
            "start": 1137060704,
            "stop": 1137060707
        },
        {
            "start": 1137060708,
            "stop": 1137060710
        },
        {
            "start": 1137060712,
            "stop": 1137060713
        },
        {
            "start": 1137060715,
            "stop": 1137060832
        },
        {
            "start": 1137060836,
            "stop": 1137060902
        },
        {
            "start": 1137060903,
            "stop": 1137060910
        }
    ]
}