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/L1_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/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=301",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 302,
    "results": [
        {
            "start": 1377880331,
            "stop": 1377881183
        },
        {
            "start": 1377881187,
            "stop": 1377881519
        },
        {
            "start": 1377881521,
            "stop": 1377882252
        },
        {
            "start": 1377882253,
            "stop": 1377883047
        },
        {
            "start": 1377883051,
            "stop": 1377884055
        },
        {
            "start": 1377884057,
            "stop": 1377884783
        },
        {
            "start": 1377884785,
            "stop": 1377885614
        },
        {
            "start": 1377885619,
            "stop": 1377885767
        },
        {
            "start": 1377885772,
            "stop": 1377885876
        },
        {
            "start": 1377885880,
            "stop": 1377885911
        },
        {
            "start": 1377885916,
            "stop": 1377886021
        },
        {
            "start": 1377886023,
            "stop": 1377886505
        },
        {
            "start": 1377886507,
            "stop": 1377887162
        },
        {
            "start": 1377887165,
            "stop": 1377888435
        },
        {
            "start": 1377888437,
            "stop": 1377889167
        },
        {
            "start": 1377889169,
            "stop": 1377890599
        },
        {
            "start": 1377890601,
            "stop": 1377891174
        },
        {
            "start": 1377891176,
            "stop": 1377892776
        },
        {
            "start": 1377892777,
            "stop": 1377893443
        },
        {
            "start": 1377893444,
            "stop": 1377895071
        }
    ]
}