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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=350",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 351,
    "results": [
        {
            "start": 824339887,
            "stop": 824341566
        },
        {
            "start": 824341823,
            "stop": 824342088
        },
        {
            "start": 824342094,
            "stop": 824346748
        },
        {
            "start": 824346755,
            "stop": 824364796
        },
        {
            "start": 824367023,
            "stop": 824368242
        },
        {
            "start": 824368247,
            "stop": 824370080
        },
        {
            "start": 824370587,
            "stop": 824371173
        },
        {
            "start": 824371178,
            "stop": 824371461
        },
        {
            "start": 824371468,
            "stop": 824372641
        },
        {
            "start": 824372646,
            "stop": 824372772
        },
        {
            "start": 824372778,
            "stop": 824372801
        },
        {
            "start": 824372829,
            "stop": 824372842
        },
        {
            "start": 824372848,
            "stop": 824372944
        },
        {
            "start": 824372949,
            "stop": 824372984
        },
        {
            "start": 824372989,
            "stop": 824372997
        },
        {
            "start": 824373007,
            "stop": 824373063
        },
        {
            "start": 824373071,
            "stop": 824373101
        },
        {
            "start": 824374546,
            "stop": 824378204
        },
        {
            "start": 824378209,
            "stop": 824380808
        },
        {
            "start": 824380813,
            "stop": 824385357
        }
    ]
}