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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=263",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 264,
    "results": [
        {
            "start": 934352198,
            "stop": 934352318
        },
        {
            "start": 934352378,
            "stop": 934354658
        },
        {
            "start": 934354718,
            "stop": 934354815
        },
        {
            "start": 934355055,
            "stop": 934356481
        },
        {
            "start": 934356484,
            "stop": 934356646
        },
        {
            "start": 934356649,
            "stop": 934358415
        },
        {
            "start": 934358655,
            "stop": 934360321
        },
        {
            "start": 934360324,
            "stop": 934362015
        },
        {
            "start": 934362255,
            "stop": 934363936
        },
        {
            "start": 934363939,
            "stop": 934365272
        },
        {
            "start": 934365274,
            "stop": 934365615
        },
        {
            "start": 934365855,
            "stop": 934366031
        },
        {
            "start": 934366036,
            "stop": 934367915
        },
        {
            "start": 934367917,
            "stop": 934368274
        },
        {
            "start": 934368276,
            "stop": 934368765
        },
        {
            "start": 934368768,
            "stop": 934368949
        },
        {
            "start": 934368951,
            "stop": 934369215
        },
        {
            "start": 934369455,
            "stop": 934370208
        },
        {
            "start": 934370211,
            "stop": 934370269
        },
        {
            "start": 934370271,
            "stop": 934370344
        }
    ]
}