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=6868
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=6869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6867",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6868,
    "results": [
        {
            "start": 873312748,
            "stop": 873312764
        },
        {
            "start": 873312765,
            "stop": 873312768
        },
        {
            "start": 873312775,
            "stop": 873312974
        },
        {
            "start": 873312981,
            "stop": 873312983
        },
        {
            "start": 873312988,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873319438
        },
        {
            "start": 873319441,
            "stop": 873320820
        },
        {
            "start": 873321000,
            "stop": 873321120
        },
        {
            "start": 873323130,
            "stop": 873323131
        },
        {
            "start": 873323132,
            "stop": 873323139
        },
        {
            "start": 873323140,
            "stop": 873323141
        },
        {
            "start": 873323142,
            "stop": 873323144
        },
        {
            "start": 873323148,
            "stop": 873323150
        },
        {
            "start": 873323152,
            "stop": 873323153
        },
        {
            "start": 873323155,
            "stop": 873323160
        },
        {
            "start": 873323280,
            "stop": 873323329
        },
        {
            "start": 873323332,
            "stop": 873323334
        },
        {
            "start": 873323335,
            "stop": 873323417
        },
        {
            "start": 873323418,
            "stop": 873323600
        },
        {
            "start": 873323603,
            "stop": 873323756
        }
    ]
}