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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 162,
    "results": [
        {
            "start": 1382721878,
            "stop": 1382722412
        },
        {
            "start": 1382722417,
            "stop": 1382728740
        },
        {
            "start": 1382728745,
            "stop": 1382729060
        },
        {
            "start": 1382729066,
            "stop": 1382730137
        },
        {
            "start": 1382743750,
            "stop": 1382745167
        },
        {
            "start": 1382745172,
            "stop": 1382747197
        },
        {
            "start": 1382747202,
            "stop": 1382752962
        },
        {
            "start": 1382752967,
            "stop": 1382757916
        },
        {
            "start": 1382757921,
            "stop": 1382761034
        },
        {
            "start": 1382761039,
            "stop": 1382772434
        },
        {
            "start": 1382772438,
            "stop": 1382785096
        },
        {
            "start": 1382785101,
            "stop": 1382786397
        },
        {
            "start": 1382786407,
            "stop": 1382786939
        },
        {
            "start": 1382786943,
            "stop": 1382787140
        },
        {
            "start": 1382892404,
            "stop": 1382894316
        },
        {
            "start": 1382899353,
            "stop": 1382901268
        },
        {
            "start": 1382918769,
            "stop": 1382922909
        },
        {
            "start": 1382922914,
            "stop": 1382923281
        },
        {
            "start": 1382923286,
            "stop": 1382925572
        },
        {
            "start": 1382925577,
            "stop": 1382925855
        }
    ]
}