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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6978",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6979,
    "results": [
        {
            "start": 873817086,
            "stop": 873817202
        },
        {
            "start": 873817206,
            "stop": 873817243
        },
        {
            "start": 873817247,
            "stop": 873817250
        },
        {
            "start": 873817254,
            "stop": 873817265
        },
        {
            "start": 873817269,
            "stop": 873817272
        },
        {
            "start": 873817276,
            "stop": 873817360
        },
        {
            "start": 873817364,
            "stop": 873817367
        },
        {
            "start": 873817371,
            "stop": 873817438
        },
        {
            "start": 873817441,
            "stop": 873817449
        },
        {
            "start": 873817453,
            "stop": 873817456
        },
        {
            "start": 873817460,
            "stop": 873817566
        },
        {
            "start": 873817569,
            "stop": 873817583
        },
        {
            "start": 873817587,
            "stop": 873817601
        },
        {
            "start": 873817607,
            "stop": 873817622
        },
        {
            "start": 873817626,
            "stop": 873817653
        },
        {
            "start": 873817656,
            "stop": 873817667
        },
        {
            "start": 873817670,
            "stop": 873817796
        },
        {
            "start": 873817800,
            "stop": 873817804
        },
        {
            "start": 873817808,
            "stop": 873817825
        },
        {
            "start": 873817832,
            "stop": 873817896
        }
    ]
}