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=3170
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=3171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3169",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3170,
    "results": [
        {
            "start": 869685384,
            "stop": 869692386
        },
        {
            "start": 869692390,
            "stop": 869693659
        },
        {
            "start": 869693668,
            "stop": 869706600
        },
        {
            "start": 869706660,
            "stop": 869711520
        },
        {
            "start": 869711580,
            "stop": 869720292
        },
        {
            "start": 869724585,
            "stop": 869753220
        },
        {
            "start": 869753280,
            "stop": 869757970
        },
        {
            "start": 869757975,
            "stop": 869762962
        },
        {
            "start": 869762968,
            "stop": 869763005
        },
        {
            "start": 869763010,
            "stop": 869764279
        },
        {
            "start": 869764283,
            "stop": 869766000
        },
        {
            "start": 869766060,
            "stop": 869773250
        },
        {
            "start": 869774175,
            "stop": 869775234
        },
        {
            "start": 869776331,
            "stop": 869776453
        },
        {
            "start": 869776820,
            "stop": 869777141
        },
        {
            "start": 869777928,
            "stop": 869780400
        },
        {
            "start": 869780520,
            "stop": 869781164
        },
        {
            "start": 869781345,
            "stop": 869781422
        },
        {
            "start": 869781426,
            "stop": 869786324
        },
        {
            "start": 869786505,
            "stop": 869796720
        }
    ]
}