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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=259",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 260,
    "results": [
        {
            "start": 821142360,
            "stop": 821142480
        },
        {
            "start": 821142540,
            "stop": 821143740
        },
        {
            "start": 821143800,
            "stop": 821144460
        },
        {
            "start": 821144520,
            "stop": 821144623
        },
        {
            "start": 821144630,
            "stop": 821146878
        },
        {
            "start": 821146885,
            "stop": 821147520
        },
        {
            "start": 821147580,
            "stop": 821148000
        },
        {
            "start": 821148060,
            "stop": 821148438
        },
        {
            "start": 821148445,
            "stop": 821148470
        },
        {
            "start": 821148610,
            "stop": 821150497
        },
        {
            "start": 821150504,
            "stop": 821150510
        },
        {
            "start": 821150650,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821151890
        },
        {
            "start": 821151970,
            "stop": 821154120
        },
        {
            "start": 821154250,
            "stop": 821156820
        },
        {
            "start": 821156880,
            "stop": 821157890
        },
        {
            "start": 821158030,
            "stop": 821160890
        },
        {
            "start": 821160970,
            "stop": 821163419
        },
        {
            "start": 821163426,
            "stop": 821166808
        },
        {
            "start": 821166815,
            "stop": 821168267
        }
    ]
}