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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=363",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 364,
    "results": [
        {
            "start": 821488745,
            "stop": 821489005
        },
        {
            "start": 821489008,
            "stop": 821489288
        },
        {
            "start": 821489291,
            "stop": 821489372
        },
        {
            "start": 821489387,
            "stop": 821489392
        },
        {
            "start": 821489395,
            "stop": 821489398
        },
        {
            "start": 821489405,
            "stop": 821489432
        },
        {
            "start": 821489435,
            "stop": 821489638
        },
        {
            "start": 821489645,
            "stop": 821489707
        },
        {
            "start": 821489714,
            "stop": 821489724
        },
        {
            "start": 821489732,
            "stop": 821489936
        },
        {
            "start": 821489939,
            "stop": 821490007
        },
        {
            "start": 821490014,
            "stop": 821490134
        },
        {
            "start": 821490141,
            "stop": 821490282
        },
        {
            "start": 821490285,
            "stop": 821490620
        },
        {
            "start": 821490627,
            "stop": 821490634
        },
        {
            "start": 821490641,
            "stop": 821490956
        },
        {
            "start": 821490963,
            "stop": 821491057
        },
        {
            "start": 821491064,
            "stop": 821491122
        },
        {
            "start": 821491129,
            "stop": 821491365
        },
        {
            "start": 821491372,
            "stop": 821492164
        }
    ]
}