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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=335",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 336,
    "results": [
        {
            "start": 822826453,
            "stop": 822826470
        },
        {
            "start": 822826620,
            "stop": 822826640
        },
        {
            "start": 822826653,
            "stop": 822826674
        },
        {
            "start": 822826683,
            "stop": 822826693
        },
        {
            "start": 822826890,
            "stop": 822826894
        },
        {
            "start": 822826897,
            "stop": 822826923
        },
        {
            "start": 822827121,
            "stop": 822827123
        },
        {
            "start": 822827126,
            "stop": 822827130
        },
        {
            "start": 822848880,
            "stop": 822848888
        },
        {
            "start": 822848891,
            "stop": 822848923
        },
        {
            "start": 822848931,
            "stop": 822848944
        },
        {
            "start": 822849186,
            "stop": 822849210
        },
        {
            "start": 822849330,
            "stop": 822849343
        },
        {
            "start": 822849346,
            "stop": 822849467
        },
        {
            "start": 822849691,
            "stop": 822849705
        },
        {
            "start": 822849709,
            "stop": 822849753
        },
        {
            "start": 822849756,
            "stop": 822849759
        },
        {
            "start": 822849763,
            "stop": 822849772
        },
        {
            "start": 822849775,
            "stop": 822849791
        },
        {
            "start": 822849794,
            "stop": 822849810
        }
    ]
}