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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=158",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 159,
    "results": [
        {
            "start": 839251255,
            "stop": 839251277
        },
        {
            "start": 839251279,
            "stop": 839251309
        },
        {
            "start": 839251311,
            "stop": 839254565
        },
        {
            "start": 839255514,
            "stop": 839255874
        },
        {
            "start": 839256249,
            "stop": 839256356
        },
        {
            "start": 839257559,
            "stop": 839258187
        },
        {
            "start": 839258297,
            "stop": 839258535
        },
        {
            "start": 839258968,
            "stop": 839259256
        },
        {
            "start": 839259366,
            "stop": 839259374
        },
        {
            "start": 839259674,
            "stop": 839264683
        },
        {
            "start": 839265168,
            "stop": 839267087
        },
        {
            "start": 839268240,
            "stop": 839284673
        },
        {
            "start": 839286073,
            "stop": 839296620
        },
        {
            "start": 839299415,
            "stop": 839299570
        },
        {
            "start": 839301258,
            "stop": 839302117
        },
        {
            "start": 839302417,
            "stop": 839304027
        },
        {
            "start": 839305275,
            "stop": 839305639
        },
        {
            "start": 839306654,
            "stop": 839337909
        },
        {
            "start": 839338882,
            "stop": 839340593
        },
        {
            "start": 839340792,
            "stop": 839341970
        }
    ]
}