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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=157",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 158,
    "results": [
        {
            "start": 839031724,
            "stop": 839033572
        },
        {
            "start": 839033786,
            "stop": 839033916
        },
        {
            "start": 839035338,
            "stop": 839065056
        },
        {
            "start": 839066112,
            "stop": 839066925
        },
        {
            "start": 839066926,
            "stop": 839073586
        },
        {
            "start": 839073886,
            "stop": 839084382
        },
        {
            "start": 839100677,
            "stop": 839101523
        },
        {
            "start": 839101653,
            "stop": 839102820
        },
        {
            "start": 839103383,
            "stop": 839108761
        },
        {
            "start": 839108811,
            "stop": 839121414
        },
        {
            "start": 839123462,
            "stop": 839124871
        },
        {
            "start": 839126684,
            "stop": 839127454
        },
        {
            "start": 839129233,
            "stop": 839184639
        },
        {
            "start": 839187043,
            "stop": 839192911
        },
        {
            "start": 839195441,
            "stop": 839201747
        },
        {
            "start": 839203186,
            "stop": 839229059
        },
        {
            "start": 839231980,
            "stop": 839247697
        },
        {
            "start": 839249528,
            "stop": 839250734
        },
        {
            "start": 839250735,
            "stop": 839251068
        },
        {
            "start": 839251070,
            "stop": 839251253
        }
    ]
}