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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=246",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 247,
    "results": [
        {
            "start": 820292976,
            "stop": 820293491
        },
        {
            "start": 820293494,
            "stop": 820293628
        },
        {
            "start": 820293631,
            "stop": 820293733
        },
        {
            "start": 820293736,
            "stop": 820294637
        },
        {
            "start": 820294757,
            "stop": 820298816
        },
        {
            "start": 820298848,
            "stop": 820299041
        },
        {
            "start": 820299044,
            "stop": 820299466
        },
        {
            "start": 820299470,
            "stop": 820301044
        },
        {
            "start": 820301164,
            "stop": 820304258
        },
        {
            "start": 820304261,
            "stop": 820304524
        },
        {
            "start": 820304527,
            "stop": 820304653
        },
        {
            "start": 820304656,
            "stop": 820304804
        },
        {
            "start": 820304985,
            "stop": 820309760
        },
        {
            "start": 820309880,
            "stop": 820310816
        },
        {
            "start": 820310848,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820314487
        },
        {
            "start": 820314490,
            "stop": 820314528
        },
        {
            "start": 820315104,
            "stop": 820315136
        },
        {
            "start": 820315808,
            "stop": 820315840
        },
        {
            "start": 820316512,
            "stop": 820316544
        }
    ]
}