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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=358",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 359,
    "results": [
        {
            "start": 825028750,
            "stop": 825029420
        },
        {
            "start": 825029554,
            "stop": 825030170
        },
        {
            "start": 825030400,
            "stop": 825031027
        },
        {
            "start": 825031034,
            "stop": 825031123
        },
        {
            "start": 825031465,
            "stop": 825032005
        },
        {
            "start": 825032369,
            "stop": 825032806
        },
        {
            "start": 825033008,
            "stop": 825035288
        },
        {
            "start": 825035543,
            "stop": 825035548
        },
        {
            "start": 825044464,
            "stop": 825044518
        },
        {
            "start": 825044560,
            "stop": 825044566
        },
        {
            "start": 825044617,
            "stop": 825044663
        },
        {
            "start": 825044862,
            "stop": 825045781
        },
        {
            "start": 825046285,
            "stop": 825047106
        },
        {
            "start": 825047348,
            "stop": 825048072
        },
        {
            "start": 825048294,
            "stop": 825048306
        },
        {
            "start": 825048427,
            "stop": 825048443
        },
        {
            "start": 825048617,
            "stop": 825048821
        },
        {
            "start": 825048828,
            "stop": 825048882
        },
        {
            "start": 825048890,
            "stop": 825049482
        },
        {
            "start": 825049490,
            "stop": 825050295
        }
    ]
}