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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33269",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33270,
    "results": [
        {
            "start": 970996121,
            "stop": 970996138
        },
        {
            "start": 970996139,
            "stop": 970996151
        },
        {
            "start": 970996152,
            "stop": 970996184
        },
        {
            "start": 970996187,
            "stop": 970996188
        },
        {
            "start": 970996191,
            "stop": 970996198
        },
        {
            "start": 970996199,
            "stop": 970996235
        },
        {
            "start": 970996236,
            "stop": 970996263
        },
        {
            "start": 970996264,
            "stop": 970996266
        },
        {
            "start": 970996268,
            "stop": 970996276
        },
        {
            "start": 970996277,
            "stop": 970996287
        },
        {
            "start": 970996288,
            "stop": 970996304
        },
        {
            "start": 970996305,
            "stop": 970996308
        },
        {
            "start": 970996311,
            "stop": 970996332
        },
        {
            "start": 970996335,
            "stop": 970996339
        },
        {
            "start": 970996341,
            "stop": 970996370
        },
        {
            "start": 970996371,
            "stop": 970996382
        },
        {
            "start": 970996383,
            "stop": 970996395
        },
        {
            "start": 970996396,
            "stop": 970996416
        },
        {
            "start": 970996417,
            "stop": 970996462
        },
        {
            "start": 970996463,
            "stop": 970996484
        }
    ]
}