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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1776",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1774",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1775,
    "results": [
        {
            "start": 959205063,
            "stop": 959205067
        },
        {
            "start": 959205070,
            "stop": 959205480
        },
        {
            "start": 959205482,
            "stop": 959205572
        },
        {
            "start": 959205575,
            "stop": 959205643
        },
        {
            "start": 959205645,
            "stop": 959206471
        },
        {
            "start": 959206472,
            "stop": 959206528
        },
        {
            "start": 959206530,
            "stop": 959206750
        },
        {
            "start": 959206752,
            "stop": 959206847
        },
        {
            "start": 959206849,
            "stop": 959206887
        },
        {
            "start": 959207820,
            "stop": 959207878
        },
        {
            "start": 959207881,
            "stop": 959207886
        },
        {
            "start": 959207894,
            "stop": 959208557
        },
        {
            "start": 959208559,
            "stop": 959210073
        },
        {
            "start": 959210075,
            "stop": 959210117
        },
        {
            "start": 959210119,
            "stop": 959210141
        },
        {
            "start": 959211864,
            "stop": 959212028
        },
        {
            "start": 959212032,
            "stop": 959213389
        },
        {
            "start": 959213391,
            "stop": 959214584
        },
        {
            "start": 959214586,
            "stop": 959214817
        },
        {
            "start": 959214820,
            "stop": 959214868
        }
    ]
}