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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=872",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=870",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 871,
    "results": [
        {
            "start": 1251033328,
            "stop": 1251034170
        },
        {
            "start": 1251036709,
            "stop": 1251037209
        },
        {
            "start": 1251037213,
            "stop": 1251037702
        },
        {
            "start": 1251037706,
            "stop": 1251037902
        },
        {
            "start": 1251043186,
            "stop": 1251043405
        },
        {
            "start": 1251043408,
            "stop": 1251043715
        },
        {
            "start": 1251043727,
            "stop": 1251044315
        },
        {
            "start": 1251044319,
            "stop": 1251044546
        },
        {
            "start": 1251044550,
            "stop": 1251046032
        },
        {
            "start": 1251046037,
            "stop": 1251046276
        },
        {
            "start": 1251046281,
            "stop": 1251046295
        },
        {
            "start": 1251046296,
            "stop": 1251047063
        },
        {
            "start": 1251047066,
            "stop": 1251047656
        },
        {
            "start": 1251047660,
            "stop": 1251047716
        },
        {
            "start": 1251047721,
            "stop": 1251047730
        },
        {
            "start": 1251047734,
            "stop": 1251047860
        },
        {
            "start": 1251047865,
            "stop": 1251047878
        },
        {
            "start": 1251047883,
            "stop": 1251047890
        },
        {
            "start": 1251047894,
            "stop": 1251047913
        },
        {
            "start": 1251047916,
            "stop": 1251047956
        }
    ]
}