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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 157,
    "results": [
        {
            "start": 1176227269,
            "stop": 1176227364
        },
        {
            "start": 1176227365,
            "stop": 1176227366
        },
        {
            "start": 1176227368,
            "stop": 1176227369
        },
        {
            "start": 1176227370,
            "stop": 1176228871
        },
        {
            "start": 1176228872,
            "stop": 1176228880
        },
        {
            "start": 1176228881,
            "stop": 1176228882
        },
        {
            "start": 1176228883,
            "stop": 1176229013
        },
        {
            "start": 1176229014,
            "stop": 1176229560
        },
        {
            "start": 1176229563,
            "stop": 1176231772
        },
        {
            "start": 1176231774,
            "stop": 1176231780
        },
        {
            "start": 1176231782,
            "stop": 1176240064
        },
        {
            "start": 1176240430,
            "stop": 1176241281
        },
        {
            "start": 1176241284,
            "stop": 1176254158
        },
        {
            "start": 1176254162,
            "stop": 1176255831
        },
        {
            "start": 1176258789,
            "stop": 1176259517
        },
        {
            "start": 1176259518,
            "stop": 1176259928
        },
        {
            "start": 1176259932,
            "stop": 1176262900
        },
        {
            "start": 1176268869,
            "stop": 1176271384
        },
        {
            "start": 1176271386,
            "stop": 1176274105
        },
        {
            "start": 1176274109,
            "stop": 1176285014
        }
    ]
}