Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=85
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=84",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 85,
    "results": [
        {
            "start": 826710267,
            "stop": 826717519
        },
        {
            "start": 826718191,
            "stop": 826718262
        },
        {
            "start": 826719448,
            "stop": 826724377
        },
        {
            "start": 826725361,
            "stop": 826727494
        },
        {
            "start": 826727495,
            "stop": 826730127
        },
        {
            "start": 826733464,
            "stop": 826744882
        },
        {
            "start": 826747456,
            "stop": 826801519
        },
        {
            "start": 826802736,
            "stop": 826804205
        },
        {
            "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": 826920270
        },
        {
            "start": 826925517,
            "stop": 826925708
        }
    ]
}