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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1771",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1769",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1770,
    "results": [
        {
            "start": 1249499470,
            "stop": 1249500050
        },
        {
            "start": 1249500053,
            "stop": 1249500213
        },
        {
            "start": 1249500216,
            "stop": 1249500869
        },
        {
            "start": 1249500872,
            "stop": 1249500970
        },
        {
            "start": 1249500973,
            "stop": 1249501170
        },
        {
            "start": 1249501173,
            "stop": 1249501585
        },
        {
            "start": 1249501588,
            "stop": 1249502690
        },
        {
            "start": 1249502693,
            "stop": 1249503015
        },
        {
            "start": 1249503018,
            "stop": 1249504539
        },
        {
            "start": 1249504542,
            "stop": 1249504792
        },
        {
            "start": 1249504795,
            "stop": 1249505265
        },
        {
            "start": 1249505267,
            "stop": 1249505792
        },
        {
            "start": 1249505795,
            "stop": 1249505912
        },
        {
            "start": 1249505915,
            "stop": 1249506042
        },
        {
            "start": 1249506045,
            "stop": 1249506214
        },
        {
            "start": 1249506217,
            "stop": 1249506359
        },
        {
            "start": 1249506362,
            "stop": 1249507401
        },
        {
            "start": 1249507404,
            "stop": 1249507532
        },
        {
            "start": 1249507535,
            "stop": 1249508305
        },
        {
            "start": 1249508308,
            "stop": 1249508624
        }
    ]
}