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=899
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=900",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=898",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 899,
    "results": [
        {
            "start": 1251309820,
            "stop": 1251310746
        },
        {
            "start": 1251310750,
            "stop": 1251310788
        },
        {
            "start": 1251310792,
            "stop": 1251310800
        },
        {
            "start": 1251310804,
            "stop": 1251310876
        },
        {
            "start": 1251310880,
            "stop": 1251310957
        },
        {
            "start": 1251310961,
            "stop": 1251311423
        },
        {
            "start": 1251311426,
            "stop": 1251311645
        },
        {
            "start": 1251311649,
            "stop": 1251313310
        },
        {
            "start": 1251313314,
            "stop": 1251314788
        },
        {
            "start": 1251314793,
            "stop": 1251315133
        },
        {
            "start": 1251315137,
            "stop": 1251322266
        },
        {
            "start": 1251322269,
            "stop": 1251324888
        },
        {
            "start": 1251324892,
            "stop": 1251325251
        },
        {
            "start": 1251325259,
            "stop": 1251325470
        },
        {
            "start": 1251325475,
            "stop": 1251326096
        },
        {
            "start": 1251326100,
            "stop": 1251326168
        },
        {
            "start": 1251326176,
            "stop": 1251327109
        },
        {
            "start": 1251327113,
            "stop": 1251328720
        },
        {
            "start": 1251328724,
            "stop": 1251330850
        },
        {
            "start": 1251330855,
            "stop": 1251331596
        }
    ]
}