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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9908",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9909,
    "results": [
        {
            "start": 870902461,
            "stop": 870902488
        },
        {
            "start": 870902496,
            "stop": 870902504
        },
        {
            "start": 870902512,
            "stop": 870902566
        },
        {
            "start": 870902581,
            "stop": 870902607
        },
        {
            "start": 870902639,
            "stop": 870902676
        },
        {
            "start": 870902683,
            "stop": 870902692
        },
        {
            "start": 870902699,
            "stop": 870902749
        },
        {
            "start": 870902826,
            "stop": 870902872
        },
        {
            "start": 870902880,
            "stop": 870902894
        },
        {
            "start": 870902901,
            "stop": 870902965
        },
        {
            "start": 870902973,
            "stop": 870903010
        },
        {
            "start": 870903019,
            "stop": 870903060
        },
        {
            "start": 870903120,
            "stop": 870903240
        },
        {
            "start": 870903425,
            "stop": 870903432
        },
        {
            "start": 870903440,
            "stop": 870903505
        },
        {
            "start": 870903512,
            "stop": 870903519
        },
        {
            "start": 870903544,
            "stop": 870903562
        },
        {
            "start": 870903577,
            "stop": 870903600
        },
        {
            "start": 870903660,
            "stop": 870903678
        },
        {
            "start": 870903704,
            "stop": 870903720
        }
    ]
}