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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46767",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46768,
    "results": [
        {
            "start": 875091430,
            "stop": 875091443
        },
        {
            "start": 875091444,
            "stop": 875091456
        },
        {
            "start": 875091457,
            "stop": 875091495
        },
        {
            "start": 875091496,
            "stop": 875091514
        },
        {
            "start": 875091515,
            "stop": 875091535
        },
        {
            "start": 875091536,
            "stop": 875091543
        },
        {
            "start": 875091544,
            "stop": 875091683
        },
        {
            "start": 875091684,
            "stop": 875091699
        },
        {
            "start": 875091700,
            "stop": 875091739
        },
        {
            "start": 875091741,
            "stop": 875091917
        },
        {
            "start": 875091918,
            "stop": 875092002
        },
        {
            "start": 875092005,
            "stop": 875092047
        },
        {
            "start": 875092048,
            "stop": 875092084
        },
        {
            "start": 875092085,
            "stop": 875092087
        },
        {
            "start": 875092088,
            "stop": 875092116
        },
        {
            "start": 875092117,
            "stop": 875092123
        },
        {
            "start": 875092124,
            "stop": 875092509
        },
        {
            "start": 875092510,
            "stop": 875092551
        },
        {
            "start": 875092552,
            "stop": 875092640
        },
        {
            "start": 875092643,
            "stop": 875092892
        }
    ]
}