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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=94",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 95,
    "results": [
        {
            "start": 827351264,
            "stop": 827352913
        },
        {
            "start": 827354499,
            "stop": 827362112
        },
        {
            "start": 827362144,
            "stop": 827364313
        },
        {
            "start": 827370304,
            "stop": 827370433
        },
        {
            "start": 827371463,
            "stop": 827373553
        },
        {
            "start": 827377783,
            "stop": 827378568
        },
        {
            "start": 827385358,
            "stop": 827385424
        },
        {
            "start": 827387164,
            "stop": 827387936
        },
        {
            "start": 827387968,
            "stop": 827395136
        },
        {
            "start": 827395168,
            "stop": 827401600
        },
        {
            "start": 827401632,
            "stop": 827401952
        },
        {
            "start": 827401984,
            "stop": 827403872
        },
        {
            "start": 827403904,
            "stop": 827407040
        },
        {
            "start": 827407072,
            "stop": 827411776
        },
        {
            "start": 827411808,
            "stop": 827412032
        },
        {
            "start": 827412064,
            "stop": 827424032
        },
        {
            "start": 827424064,
            "stop": 827426528
        },
        {
            "start": 827426560,
            "stop": 827440960
        },
        {
            "start": 827440992,
            "stop": 827441280
        },
        {
            "start": 827441312,
            "stop": 827449504
        }
    ]
}