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_BURST_CAT2E/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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=201",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 202,
    "results": [
        {
            "start": 839303127,
            "stop": 839303279
        },
        {
            "start": 839303280,
            "stop": 839303281
        },
        {
            "start": 839303282,
            "stop": 839303290
        },
        {
            "start": 839303291,
            "stop": 839303368
        },
        {
            "start": 839303371,
            "stop": 839303553
        },
        {
            "start": 839303555,
            "stop": 839304027
        },
        {
            "start": 839305275,
            "stop": 839305389
        },
        {
            "start": 839305390,
            "stop": 839305515
        },
        {
            "start": 839305518,
            "stop": 839305523
        },
        {
            "start": 839305526,
            "stop": 839305592
        },
        {
            "start": 839305595,
            "stop": 839305609
        },
        {
            "start": 839305613,
            "stop": 839305633
        },
        {
            "start": 839306654,
            "stop": 839337909
        },
        {
            "start": 839338882,
            "stop": 839340553
        },
        {
            "start": 839340792,
            "stop": 839341970
        },
        {
            "start": 839344262,
            "stop": 839347335
        },
        {
            "start": 839347669,
            "stop": 839348475
        },
        {
            "start": 839349097,
            "stop": 839349940
        },
        {
            "start": 839349943,
            "stop": 839349944
        },
        {
            "start": 839349958,
            "stop": 839350254
        }
    ]
}