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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=432",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 433,
    "results": [
        {
            "start": 821773270,
            "stop": 821773276
        },
        {
            "start": 821773279,
            "stop": 821773288
        },
        {
            "start": 821773294,
            "stop": 821773296
        },
        {
            "start": 821773300,
            "stop": 821773301
        },
        {
            "start": 821773305,
            "stop": 821773311
        },
        {
            "start": 821773314,
            "stop": 821773315
        },
        {
            "start": 821773318,
            "stop": 821773320
        },
        {
            "start": 821773323,
            "stop": 821773330
        },
        {
            "start": 821773334,
            "stop": 821773343
        },
        {
            "start": 821773349,
            "stop": 821773374
        },
        {
            "start": 821773377,
            "stop": 821773379
        },
        {
            "start": 821773382,
            "stop": 821773389
        },
        {
            "start": 821773392,
            "stop": 821773393
        },
        {
            "start": 821773396,
            "stop": 821773405
        },
        {
            "start": 821773411,
            "stop": 821773424
        },
        {
            "start": 821773429,
            "stop": 821773443
        },
        {
            "start": 821773446,
            "stop": 821773450
        },
        {
            "start": 821773461,
            "stop": 821773469
        },
        {
            "start": 821773472,
            "stop": 821773482
        },
        {
            "start": 821773485,
            "stop": 821773495
        }
    ]
}