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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=139",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 140,
    "results": [
        {
            "start": 818419792,
            "stop": 818419950
        },
        {
            "start": 818419960,
            "stop": 818419967
        },
        {
            "start": 818422070,
            "stop": 818426366
        },
        {
            "start": 818426373,
            "stop": 818426724
        },
        {
            "start": 818426734,
            "stop": 818427085
        },
        {
            "start": 818427094,
            "stop": 818427179
        },
        {
            "start": 818468830,
            "stop": 818469746
        },
        {
            "start": 818469754,
            "stop": 818470063
        },
        {
            "start": 818470070,
            "stop": 818471682
        },
        {
            "start": 818471689,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818480368
        },
        {
            "start": 818491814,
            "stop": 818494948
        },
        {
            "start": 818494955,
            "stop": 818495100
        },
        {
            "start": 818495790,
            "stop": 818504275
        },
        {
            "start": 818504914,
            "stop": 818514328
        },
        {
            "start": 818514335,
            "stop": 818515083
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818552544
        },
        {
            "start": 818552550,
            "stop": 818553966
        },
        {
            "start": 818553973,
            "stop": 818554564
        }
    ]
}