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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=263",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 264,
    "results": [
        {
            "start": 859082455,
            "stop": 859082622
        },
        {
            "start": 859082922,
            "stop": 859083132
        },
        {
            "start": 859083242,
            "stop": 859083384
        },
        {
            "start": 859083684,
            "stop": 859084715
        },
        {
            "start": 859084825,
            "stop": 859084878
        },
        {
            "start": 859085399,
            "stop": 859085536
        },
        {
            "start": 859085836,
            "stop": 859085900
        },
        {
            "start": 859092206,
            "stop": 859093675
        },
        {
            "start": 859093975,
            "stop": 859093999
        },
        {
            "start": 859094299,
            "stop": 859094887
        },
        {
            "start": 859095187,
            "stop": 859095597
        },
        {
            "start": 859095599,
            "stop": 859095645
        },
        {
            "start": 859095995,
            "stop": 859096242
        },
        {
            "start": 859096605,
            "stop": 859096801
        },
        {
            "start": 859097274,
            "stop": 859123329
        },
        {
            "start": 859125094,
            "stop": 859127634
        },
        {
            "start": 859128854,
            "stop": 859128865
        },
        {
            "start": 859129165,
            "stop": 859140646
        },
        {
            "start": 859141002,
            "stop": 859145588
        },
        {
            "start": 859147006,
            "stop": 859155412
        }
    ]
}