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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29368",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29369,
    "results": [
        {
            "start": 971263131,
            "stop": 971263160
        },
        {
            "start": 971266746,
            "stop": 971266748
        },
        {
            "start": 971268432,
            "stop": 971268716
        },
        {
            "start": 971268719,
            "stop": 971268802
        },
        {
            "start": 971268805,
            "stop": 971268880
        },
        {
            "start": 971268883,
            "stop": 971269022
        },
        {
            "start": 971271445,
            "stop": 971271712
        },
        {
            "start": 971271714,
            "stop": 971271962
        },
        {
            "start": 971271965,
            "stop": 971272023
        },
        {
            "start": 971283884,
            "stop": 971283901
        },
        {
            "start": 971283904,
            "stop": 971283937
        },
        {
            "start": 971287005,
            "stop": 971287389
        },
        {
            "start": 971287392,
            "stop": 971287394
        },
        {
            "start": 971287396,
            "stop": 971287432
        },
        {
            "start": 971287435,
            "stop": 971287517
        },
        {
            "start": 971287520,
            "stop": 971287581
        },
        {
            "start": 971287625,
            "stop": 971287627
        },
        {
            "start": 971287660,
            "stop": 971287675
        },
        {
            "start": 971287696,
            "stop": 971287831
        },
        {
            "start": 971289096,
            "stop": 971289173
        }
    ]
}