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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=337",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 338,
    "results": [
        {
            "start": 931789720,
            "stop": 931789799
        },
        {
            "start": 931789801,
            "stop": 931789811
        },
        {
            "start": 931789812,
            "stop": 931789853
        },
        {
            "start": 931789855,
            "stop": 931789860
        },
        {
            "start": 931789862,
            "stop": 931789868
        },
        {
            "start": 931789870,
            "stop": 931790027
        },
        {
            "start": 931790029,
            "stop": 931790034
        },
        {
            "start": 931790035,
            "stop": 931790079
        },
        {
            "start": 931790081,
            "stop": 931790110
        },
        {
            "start": 931790111,
            "stop": 931790122
        },
        {
            "start": 931790123,
            "stop": 931790125
        },
        {
            "start": 931790126,
            "stop": 931790155
        },
        {
            "start": 931790157,
            "stop": 931790166
        },
        {
            "start": 931790168,
            "stop": 931790203
        },
        {
            "start": 931790205,
            "stop": 931790310
        },
        {
            "start": 931790313,
            "stop": 931790374
        },
        {
            "start": 931790375,
            "stop": 931790411
        },
        {
            "start": 931790414,
            "stop": 931790422
        },
        {
            "start": 931790424,
            "stop": 931790548
        },
        {
            "start": 931790549,
            "stop": 931790635
        }
    ]
}