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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=158",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 159,
    "results": [
        {
            "start": 818737617,
            "stop": 818737630
        },
        {
            "start": 818737644,
            "stop": 818737655
        },
        {
            "start": 818737673,
            "stop": 818737688
        },
        {
            "start": 818737711,
            "stop": 818737741
        },
        {
            "start": 818737749,
            "stop": 818737772
        },
        {
            "start": 818737784,
            "stop": 818737792
        },
        {
            "start": 818737800,
            "stop": 818737841
        },
        {
            "start": 818737858,
            "stop": 818737902
        },
        {
            "start": 818737911,
            "stop": 818737970
        },
        {
            "start": 818743944,
            "stop": 818744846
        },
        {
            "start": 818744856,
            "stop": 818744928
        },
        {
            "start": 818744936,
            "stop": 818744943
        },
        {
            "start": 818744951,
            "stop": 818744958
        },
        {
            "start": 818744974,
            "stop": 818745015
        },
        {
            "start": 818745023,
            "stop": 818745106
        },
        {
            "start": 818745114,
            "stop": 818745140
        },
        {
            "start": 818745149,
            "stop": 818745154
        },
        {
            "start": 818745162,
            "stop": 818745168
        },
        {
            "start": 818745176,
            "stop": 818745251
        },
        {
            "start": 818745259,
            "stop": 818745274
        }
    ]
}