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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8623",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8624,
    "results": [
        {
            "start": 871230382,
            "stop": 871231140
        },
        {
            "start": 871231200,
            "stop": 871232690
        },
        {
            "start": 871232770,
            "stop": 871233044
        },
        {
            "start": 871233088,
            "stop": 871233099
        },
        {
            "start": 871233138,
            "stop": 871233378
        },
        {
            "start": 871233395,
            "stop": 871233846
        },
        {
            "start": 871233850,
            "stop": 871233870
        },
        {
            "start": 871233960,
            "stop": 871234560
        },
        {
            "start": 871234620,
            "stop": 871234714
        },
        {
            "start": 871234718,
            "stop": 871234890
        },
        {
            "start": 871234980,
            "stop": 871235220
        },
        {
            "start": 871235280,
            "stop": 871236000
        },
        {
            "start": 871236017,
            "stop": 871236230
        },
        {
            "start": 871236430,
            "stop": 871236480
        },
        {
            "start": 871236540,
            "stop": 871236570
        },
        {
            "start": 871241333,
            "stop": 871241750
        },
        {
            "start": 871241830,
            "stop": 871242230
        },
        {
            "start": 871242310,
            "stop": 871242389
        },
        {
            "start": 871242406,
            "stop": 871243107
        },
        {
            "start": 871243113,
            "stop": 871243142
        }
    ]
}