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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=232",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 233,
    "results": [
        {
            "start": 934416184,
            "stop": 934416208
        },
        {
            "start": 934416210,
            "stop": 934416213
        },
        {
            "start": 934416216,
            "stop": 934416230
        },
        {
            "start": 934416235,
            "stop": 934419756
        },
        {
            "start": 934419759,
            "stop": 934419781
        },
        {
            "start": 934419784,
            "stop": 934419788
        },
        {
            "start": 934419791,
            "stop": 934419808
        },
        {
            "start": 934419811,
            "stop": 934419814
        },
        {
            "start": 934419817,
            "stop": 934419831
        },
        {
            "start": 934419835,
            "stop": 934421428
        },
        {
            "start": 934421435,
            "stop": 934423335
        },
        {
            "start": 934423337,
            "stop": 934423354
        },
        {
            "start": 934423356,
            "stop": 934423357
        },
        {
            "start": 934423360,
            "stop": 934423364
        },
        {
            "start": 934423366,
            "stop": 934423383
        },
        {
            "start": 934423385,
            "stop": 934423390
        },
        {
            "start": 934423392,
            "stop": 934423409
        },
        {
            "start": 934423411,
            "stop": 934423416
        },
        {
            "start": 934423418,
            "stop": 934423433
        },
        {
            "start": 934423437,
            "stop": 934426935
        }
    ]
}