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=973
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=974",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=972",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 973,
    "results": [
        {
            "start": 1251711502,
            "stop": 1251711549
        },
        {
            "start": 1251711552,
            "stop": 1251711716
        },
        {
            "start": 1251711721,
            "stop": 1251711805
        },
        {
            "start": 1251711810,
            "stop": 1251711835
        },
        {
            "start": 1251711840,
            "stop": 1251711942
        },
        {
            "start": 1251711947,
            "stop": 1251712017
        },
        {
            "start": 1251712022,
            "stop": 1251712047
        },
        {
            "start": 1251712051,
            "stop": 1251712278
        },
        {
            "start": 1251712283,
            "stop": 1251712317
        },
        {
            "start": 1251712327,
            "stop": 1251712558
        },
        {
            "start": 1251712563,
            "stop": 1251712652
        },
        {
            "start": 1251712654,
            "stop": 1251712750
        },
        {
            "start": 1251712755,
            "stop": 1251712769
        },
        {
            "start": 1251712774,
            "stop": 1251712792
        },
        {
            "start": 1251712797,
            "stop": 1251712927
        },
        {
            "start": 1251712932,
            "stop": 1251712983
        },
        {
            "start": 1251712988,
            "stop": 1251712993
        },
        {
            "start": 1251712997,
            "stop": 1251713021
        },
        {
            "start": 1251713026,
            "stop": 1251713119
        },
        {
            "start": 1251713124,
            "stop": 1251713153
        }
    ]
}