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=3003
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=3004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3002",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3003,
    "results": [
        {
            "start": 862543418,
            "stop": 862555900
        },
        {
            "start": 862557304,
            "stop": 862565384
        },
        {
            "start": 862565565,
            "stop": 862565809
        },
        {
            "start": 862566423,
            "stop": 862566694
        },
        {
            "start": 862567056,
            "stop": 862567950
        },
        {
            "start": 862568010,
            "stop": 862568015
        },
        {
            "start": 862568514,
            "stop": 862571204
        },
        {
            "start": 862571385,
            "stop": 862573647
        },
        {
            "start": 862573653,
            "stop": 862575344
        },
        {
            "start": 862575525,
            "stop": 862579320
        },
        {
            "start": 862579325,
            "stop": 862581960
        },
        {
            "start": 862582020,
            "stop": 862583401
        },
        {
            "start": 862583745,
            "stop": 862584345
        },
        {
            "start": 862584350,
            "stop": 862585560
        },
        {
            "start": 862585620,
            "stop": 862585800
        },
        {
            "start": 862585860,
            "stop": 862587480
        },
        {
            "start": 862587540,
            "stop": 862592520
        },
        {
            "start": 862592580,
            "stop": 862595460
        },
        {
            "start": 862595580,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599367
        }
    ]
}