Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6140
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6139",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6140,
    "results": [
        {
            "start": 874243054,
            "stop": 874244460
        },
        {
            "start": 874244580,
            "stop": 874244856
        },
        {
            "start": 874244858,
            "stop": 874244903
        },
        {
            "start": 874244906,
            "stop": 874244969
        },
        {
            "start": 874244970,
            "stop": 874245745
        },
        {
            "start": 874245748,
            "stop": 874247327
        },
        {
            "start": 874247328,
            "stop": 874247544
        },
        {
            "start": 874247546,
            "stop": 874247587
        },
        {
            "start": 874247590,
            "stop": 874247640
        },
        {
            "start": 874247700,
            "stop": 874247701
        },
        {
            "start": 874248486,
            "stop": 874248597
        },
        {
            "start": 874248600,
            "stop": 874248619
        },
        {
            "start": 874248622,
            "stop": 874249007
        },
        {
            "start": 874249104,
            "stop": 874249496
        },
        {
            "start": 874249497,
            "stop": 874249557
        },
        {
            "start": 874250526,
            "stop": 874250646
        },
        {
            "start": 874250649,
            "stop": 874250652
        },
        {
            "start": 874250655,
            "stop": 874250680
        },
        {
            "start": 874250685,
            "stop": 874250758
        },
        {
            "start": 874250761,
            "stop": 874250765
        }
    ]
}