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=6876
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=6877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6875",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6876,
    "results": [
        {
            "start": 873374209,
            "stop": 873374473
        },
        {
            "start": 873374476,
            "stop": 873375001
        },
        {
            "start": 873375004,
            "stop": 873375656
        },
        {
            "start": 873375660,
            "stop": 873376068
        },
        {
            "start": 873376071,
            "stop": 873377220
        },
        {
            "start": 873377440,
            "stop": 873377508
        },
        {
            "start": 873377590,
            "stop": 873377605
        },
        {
            "start": 873377609,
            "stop": 873377653
        },
        {
            "start": 873377656,
            "stop": 873377700
        },
        {
            "start": 873377768,
            "stop": 873377880
        },
        {
            "start": 873377940,
            "stop": 873378000
        },
        {
            "start": 873378120,
            "stop": 873378171
        },
        {
            "start": 873378174,
            "stop": 873378371
        },
        {
            "start": 873378374,
            "stop": 873378540
        },
        {
            "start": 873378600,
            "stop": 873379060
        },
        {
            "start": 873379064,
            "stop": 873379485
        },
        {
            "start": 873379488,
            "stop": 873379799
        },
        {
            "start": 873379802,
            "stop": 873380314
        },
        {
            "start": 873380317,
            "stop": 873381634
        },
        {
            "start": 873381774,
            "stop": 873382012
        }
    ]
}