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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=200",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 201,
    "results": [
        {
            "start": 820589286,
            "stop": 820589324
        },
        {
            "start": 820589346,
            "stop": 820589350
        },
        {
            "start": 820590653,
            "stop": 820590816
        },
        {
            "start": 820590826,
            "stop": 820590833
        },
        {
            "start": 820590838,
            "stop": 820590866
        },
        {
            "start": 820590872,
            "stop": 820591135
        },
        {
            "start": 820591140,
            "stop": 820591150
        },
        {
            "start": 820591159,
            "stop": 820591169
        },
        {
            "start": 820591174,
            "stop": 820591200
        },
        {
            "start": 820591205,
            "stop": 820591277
        },
        {
            "start": 820591282,
            "stop": 820591367
        },
        {
            "start": 820591384,
            "stop": 820591634
        },
        {
            "start": 820591639,
            "stop": 820591854
        },
        {
            "start": 820591859,
            "stop": 820592015
        },
        {
            "start": 820592021,
            "stop": 820592108
        },
        {
            "start": 820592114,
            "stop": 820592127
        },
        {
            "start": 820592132,
            "stop": 820592149
        },
        {
            "start": 820592154,
            "stop": 820592489
        },
        {
            "start": 820592494,
            "stop": 820592661
        },
        {
            "start": 820625587,
            "stop": 820625820
        }
    ]
}