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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=522",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 523,
    "results": [
        {
            "start": 826806156,
            "stop": 826810524
        },
        {
            "start": 826810844,
            "stop": 826811159
        },
        {
            "start": 826811559,
            "stop": 826812892
        },
        {
            "start": 826813212,
            "stop": 826813308
        },
        {
            "start": 826814370,
            "stop": 826814475
        },
        {
            "start": 826814795,
            "stop": 826814899
        },
        {
            "start": 826815299,
            "stop": 826829283
        },
        {
            "start": 826832007,
            "stop": 826852627
        },
        {
            "start": 826855821,
            "stop": 826856983
        },
        {
            "start": 826857383,
            "stop": 826857903
        },
        {
            "start": 826858391,
            "stop": 826914036
        },
        {
            "start": 826914037,
            "stop": 826920270
        },
        {
            "start": 826925517,
            "stop": 826925708
        },
        {
            "start": 826926108,
            "stop": 826926452
        },
        {
            "start": 826927029,
            "stop": 826928732
        },
        {
            "start": 826928736,
            "stop": 826958668
        },
        {
            "start": 826959444,
            "stop": 826965756
        },
        {
            "start": 826966330,
            "stop": 826966423
        },
        {
            "start": 826966986,
            "stop": 826992406
        },
        {
            "start": 827015025,
            "stop": 827015234
        }
    ]
}