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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 97,
    "results": [
        {
            "start": 819834780,
            "stop": 819835251
        },
        {
            "start": 819835254,
            "stop": 819835620
        },
        {
            "start": 819835680,
            "stop": 819835852
        },
        {
            "start": 819835856,
            "stop": 819836383
        },
        {
            "start": 819836387,
            "stop": 819836413
        },
        {
            "start": 819836416,
            "stop": 819836502
        },
        {
            "start": 819836506,
            "stop": 819836634
        },
        {
            "start": 819836637,
            "stop": 819836737
        },
        {
            "start": 819836740,
            "stop": 819836985
        },
        {
            "start": 819836988,
            "stop": 819837060
        },
        {
            "start": 819837180,
            "stop": 819837197
        },
        {
            "start": 819837203,
            "stop": 819837290
        },
        {
            "start": 819837293,
            "stop": 819837642
        },
        {
            "start": 819839073,
            "stop": 819839085
        },
        {
            "start": 819839088,
            "stop": 819839436
        },
        {
            "start": 819839439,
            "stop": 819839513
        },
        {
            "start": 819839516,
            "stop": 819839923
        },
        {
            "start": 819839926,
            "stop": 819840897
        },
        {
            "start": 819840900,
            "stop": 819841028
        },
        {
            "start": 819841031,
            "stop": 819841156
        }
    ]
}