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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 246,
    "results": [
        {
            "start": 1126884667,
            "stop": 1126884678
        },
        {
            "start": 1126884680,
            "stop": 1126884694
        },
        {
            "start": 1126884695,
            "stop": 1126884713
        },
        {
            "start": 1126884715,
            "stop": 1126884723
        },
        {
            "start": 1126884725,
            "stop": 1126884726
        },
        {
            "start": 1126884728,
            "stop": 1126884732
        },
        {
            "start": 1126884735,
            "stop": 1126884736
        },
        {
            "start": 1126884737,
            "stop": 1126884739
        },
        {
            "start": 1126884741,
            "stop": 1126884979
        },
        {
            "start": 1126884981,
            "stop": 1126884984
        },
        {
            "start": 1126884985,
            "stop": 1126884986
        },
        {
            "start": 1126884990,
            "stop": 1126884992
        },
        {
            "start": 1126884994,
            "stop": 1126885020
        },
        {
            "start": 1126885022,
            "stop": 1126885036
        },
        {
            "start": 1126885037,
            "stop": 1126885052
        },
        {
            "start": 1126885056,
            "stop": 1126885057
        },
        {
            "start": 1126885058,
            "stop": 1126885065
        },
        {
            "start": 1126885069,
            "stop": 1126885070
        },
        {
            "start": 1126885072,
            "stop": 1126885074
        },
        {
            "start": 1126885076,
            "stop": 1126885077
        }
    ]
}