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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8059",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8060,
    "results": [
        {
            "start": 872305308,
            "stop": 872305377
        },
        {
            "start": 872305400,
            "stop": 872305590
        },
        {
            "start": 872305609,
            "stop": 872305684
        },
        {
            "start": 872305719,
            "stop": 872305796
        },
        {
            "start": 872305886,
            "stop": 872305939
        },
        {
            "start": 872305958,
            "stop": 872306182
        },
        {
            "start": 872306201,
            "stop": 872306212
        },
        {
            "start": 872306231,
            "stop": 872306379
        },
        {
            "start": 872306409,
            "stop": 872306649
        },
        {
            "start": 872306692,
            "stop": 872306774
        },
        {
            "start": 872306793,
            "stop": 872306810
        },
        {
            "start": 872306869,
            "stop": 872308660
        },
        {
            "start": 872308677,
            "stop": 872308831
        },
        {
            "start": 872308848,
            "stop": 872308863
        },
        {
            "start": 872308896,
            "stop": 872308923
        },
        {
            "start": 872308946,
            "stop": 872309023
        },
        {
            "start": 872309042,
            "stop": 872309048
        },
        {
            "start": 872309119,
            "stop": 872309464
        },
        {
            "start": 872309481,
            "stop": 872309560
        },
        {
            "start": 872309579,
            "stop": 872310181
        }
    ]
}