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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=52",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 53,
    "results": [
        {
            "start": 817605369,
            "stop": 817607456
        },
        {
            "start": 817607459,
            "stop": 817614667
        },
        {
            "start": 817614670,
            "stop": 817615535
        },
        {
            "start": 817615538,
            "stop": 817626360
        },
        {
            "start": 817626364,
            "stop": 817626387
        },
        {
            "start": 817626390,
            "stop": 817626562
        },
        {
            "start": 817626565,
            "stop": 817626670
        },
        {
            "start": 817626673,
            "stop": 817627842
        },
        {
            "start": 817627845,
            "stop": 817628798
        },
        {
            "start": 817628801,
            "stop": 817628910
        },
        {
            "start": 817628913,
            "stop": 817628914
        },
        {
            "start": 817628923,
            "stop": 817628925
        },
        {
            "start": 817628928,
            "stop": 817628935
        },
        {
            "start": 817628939,
            "stop": 817628954
        },
        {
            "start": 817628957,
            "stop": 817629045
        },
        {
            "start": 817629052,
            "stop": 817629061
        },
        {
            "start": 817629065,
            "stop": 817629067
        },
        {
            "start": 817629070,
            "stop": 817629332
        },
        {
            "start": 817629335,
            "stop": 817629336
        },
        {
            "start": 817629339,
            "stop": 817629370
        }
    ]
}