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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=101",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 102,
    "results": [
        {
            "start": 833231814,
            "stop": 833232728
        },
        {
            "start": 833234193,
            "stop": 833235912
        },
        {
            "start": 833236066,
            "stop": 833236693
        },
        {
            "start": 833236771,
            "stop": 833237271
        },
        {
            "start": 833237351,
            "stop": 833242142
        },
        {
            "start": 833243862,
            "stop": 833255650
        },
        {
            "start": 833258074,
            "stop": 833261517
        },
        {
            "start": 833261694,
            "stop": 833269675
        },
        {
            "start": 833270455,
            "stop": 833275074
        },
        {
            "start": 833275874,
            "stop": 833289757
        },
        {
            "start": 833290568,
            "stop": 833290887
        },
        {
            "start": 833290984,
            "stop": 833292503
        },
        {
            "start": 833301300,
            "stop": 833303966
        },
        {
            "start": 833304175,
            "stop": 833307243
        },
        {
            "start": 833307435,
            "stop": 833307758
        },
        {
            "start": 833308046,
            "stop": 833309857
        },
        {
            "start": 833310116,
            "stop": 833310301
        },
        {
            "start": 833310583,
            "stop": 833313134
        },
        {
            "start": 833316051,
            "stop": 833345109
        },
        {
            "start": 833345218,
            "stop": 833352798
        }
    ]
}