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=2214
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=2215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2213",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2214,
    "results": [
        {
            "start": 872756621,
            "stop": 872756657
        },
        {
            "start": 872756674,
            "stop": 872756690
        },
        {
            "start": 872756721,
            "stop": 872756730
        },
        {
            "start": 872756751,
            "stop": 872756829
        },
        {
            "start": 872757750,
            "stop": 872758007
        },
        {
            "start": 872758024,
            "stop": 872767032
        },
        {
            "start": 872769610,
            "stop": 872773261
        },
        {
            "start": 872773269,
            "stop": 872774100
        },
        {
            "start": 872774119,
            "stop": 872777453
        },
        {
            "start": 872777472,
            "stop": 872778166
        },
        {
            "start": 872778183,
            "stop": 872778479
        },
        {
            "start": 872778496,
            "stop": 872778508
        },
        {
            "start": 872779075,
            "stop": 872779359
        },
        {
            "start": 872779377,
            "stop": 872779404
        },
        {
            "start": 872779421,
            "stop": 872779446
        },
        {
            "start": 872779670,
            "stop": 872785543
        },
        {
            "start": 872785760,
            "stop": 872799698
        },
        {
            "start": 872799718,
            "stop": 872799985
        },
        {
            "start": 872800002,
            "stop": 872805258
        },
        {
            "start": 872805263,
            "stop": 872808062
        }
    ]
}