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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=301",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 302,
    "results": [
        {
            "start": 1240401609,
            "stop": 1240402023
        },
        {
            "start": 1240402026,
            "stop": 1240402151
        },
        {
            "start": 1240402152,
            "stop": 1240402283
        },
        {
            "start": 1240402284,
            "stop": 1240402372
        },
        {
            "start": 1240402373,
            "stop": 1240402417
        },
        {
            "start": 1240402418,
            "stop": 1240403618
        },
        {
            "start": 1240403621,
            "stop": 1240403664
        },
        {
            "start": 1240403666,
            "stop": 1240403668
        },
        {
            "start": 1240403670,
            "stop": 1240403720
        },
        {
            "start": 1240403721,
            "stop": 1240403852
        },
        {
            "start": 1240403855,
            "stop": 1240403935
        },
        {
            "start": 1240403936,
            "stop": 1240403987
        },
        {
            "start": 1240403988,
            "stop": 1240404014
        },
        {
            "start": 1240404017,
            "stop": 1240404592
        },
        {
            "start": 1240404593,
            "stop": 1240404610
        },
        {
            "start": 1240404613,
            "stop": 1240404698
        },
        {
            "start": 1240404700,
            "stop": 1240404781
        },
        {
            "start": 1240404782,
            "stop": 1240405030
        },
        {
            "start": 1240405032,
            "stop": 1240405207
        },
        {
            "start": 1240405210,
            "stop": 1240405251
        }
    ]
}