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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=694",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=692",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 693,
    "results": [
        {
            "start": 950821138,
            "stop": 950823066
        },
        {
            "start": 950823072,
            "stop": 950824284
        },
        {
            "start": 950824290,
            "stop": 950824770
        },
        {
            "start": 950824776,
            "stop": 950826867
        },
        {
            "start": 950904728,
            "stop": 950909092
        },
        {
            "start": 950928501,
            "stop": 950929514
        },
        {
            "start": 950929519,
            "stop": 950934510
        },
        {
            "start": 950934516,
            "stop": 950937706
        },
        {
            "start": 950937712,
            "stop": 950947276
        },
        {
            "start": 950947282,
            "stop": 950947918
        },
        {
            "start": 950947924,
            "stop": 950948312
        },
        {
            "start": 950948318,
            "stop": 950949492
        },
        {
            "start": 950949498,
            "stop": 950950212
        },
        {
            "start": 950950218,
            "stop": 950951730
        },
        {
            "start": 950951736,
            "stop": 950955769
        },
        {
            "start": 950955775,
            "stop": 950956989
        },
        {
            "start": 950956995,
            "stop": 950957654
        },
        {
            "start": 950957660,
            "stop": 950957752
        },
        {
            "start": 950962100,
            "stop": 950963831
        },
        {
            "start": 950965565,
            "stop": 950967868
        }
    ]
}