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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9792",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9793,
    "results": [
        {
            "start": 873817607,
            "stop": 873819132
        },
        {
            "start": 873819133,
            "stop": 873819180
        },
        {
            "start": 873819181,
            "stop": 873819343
        },
        {
            "start": 873819346,
            "stop": 873819528
        },
        {
            "start": 873819529,
            "stop": 873819544
        },
        {
            "start": 873819545,
            "stop": 873819546
        },
        {
            "start": 873819548,
            "stop": 873819550
        },
        {
            "start": 873819551,
            "stop": 873819552
        },
        {
            "start": 873819553,
            "stop": 873819758
        },
        {
            "start": 873819759,
            "stop": 873819764
        },
        {
            "start": 873819766,
            "stop": 873819768
        },
        {
            "start": 873819769,
            "stop": 873819772
        },
        {
            "start": 873819773,
            "stop": 873819775
        },
        {
            "start": 873819776,
            "stop": 873821010
        },
        {
            "start": 873821013,
            "stop": 873821122
        },
        {
            "start": 873821125,
            "stop": 873821126
        },
        {
            "start": 873821129,
            "stop": 873821134
        },
        {
            "start": 873821137,
            "stop": 873821197
        },
        {
            "start": 873821200,
            "stop": 873821277
        },
        {
            "start": 873821281,
            "stop": 873821289
        }
    ]
}