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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=460",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=458",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 459,
    "results": [
        {
            "start": 950029470,
            "stop": 950037086
        },
        {
            "start": 950043392,
            "stop": 950050419
        },
        {
            "start": 950058930,
            "stop": 950062387
        },
        {
            "start": 950064242,
            "stop": 950064435
        },
        {
            "start": 950075801,
            "stop": 950076337
        },
        {
            "start": 950081734,
            "stop": 950095526
        },
        {
            "start": 950098106,
            "stop": 950108455
        },
        {
            "start": 950109748,
            "stop": 950126726
        },
        {
            "start": 950128837,
            "stop": 950170179
        },
        {
            "start": 950173385,
            "stop": 950175456
        },
        {
            "start": 950176741,
            "stop": 950197195
        },
        {
            "start": 950198725,
            "stop": 950208378
        },
        {
            "start": 950209788,
            "stop": 950227892
        },
        {
            "start": 950230370,
            "stop": 950288150
        },
        {
            "start": 950296801,
            "stop": 950297447
        },
        {
            "start": 950300116,
            "stop": 950302123
        },
        {
            "start": 950303711,
            "stop": 950309838
        },
        {
            "start": 950316422,
            "stop": 950328207
        },
        {
            "start": 950331094,
            "stop": 950358020
        },
        {
            "start": 950361539,
            "stop": 950374017
        }
    ]
}