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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=201",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 202,
    "results": [
        {
            "start": 1420702877,
            "stop": 1420703079
        },
        {
            "start": 1420703081,
            "stop": 1420703088
        },
        {
            "start": 1420703092,
            "stop": 1420703096
        },
        {
            "start": 1420703100,
            "stop": 1420704999
        },
        {
            "start": 1420705001,
            "stop": 1420705240
        },
        {
            "start": 1420705244,
            "stop": 1420705312
        },
        {
            "start": 1420705316,
            "stop": 1420705536
        },
        {
            "start": 1420705540,
            "stop": 1420705568
        },
        {
            "start": 1420705576,
            "stop": 1420705584
        },
        {
            "start": 1420705588,
            "stop": 1420705591
        },
        {
            "start": 1420705593,
            "stop": 1420705600
        },
        {
            "start": 1420705602,
            "stop": 1420705664
        },
        {
            "start": 1420705672,
            "stop": 1420705768
        },
        {
            "start": 1420705772,
            "stop": 1420706160
        },
        {
            "start": 1420728016,
            "stop": 1420728690
        },
        {
            "start": 1420728694,
            "stop": 1420730805
        },
        {
            "start": 1420730808,
            "stop": 1420730809
        },
        {
            "start": 1420730811,
            "stop": 1420731017
        },
        {
            "start": 1420731018,
            "stop": 1420732787
        },
        {
            "start": 1420732789,
            "stop": 1420733278
        }
    ]
}