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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=33",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 34,
    "results": [
        {
            "start": 826719448,
            "stop": 826724406
        },
        {
            "start": 826725361,
            "stop": 826730519
        },
        {
            "start": 826733464,
            "stop": 826744912
        },
        {
            "start": 826747456,
            "stop": 826801548
        },
        {
            "start": 826802736,
            "stop": 826804235
        },
        {
            "start": 826806156,
            "stop": 826813308
        },
        {
            "start": 826814227,
            "stop": 826814277
        },
        {
            "start": 826814282,
            "stop": 826829312
        },
        {
            "start": 826832007,
            "stop": 826852627
        },
        {
            "start": 826855642,
            "stop": 826920660
        },
        {
            "start": 826923187,
            "stop": 826923708
        },
        {
            "start": 826925490,
            "stop": 826992789
        },
        {
            "start": 827014704,
            "stop": 827017516
        },
        {
            "start": 827018577,
            "stop": 827019437
        },
        {
            "start": 827023582,
            "stop": 827024061
        },
        {
            "start": 827025512,
            "stop": 827031826
        },
        {
            "start": 827033064,
            "stop": 827041458
        },
        {
            "start": 827042707,
            "stop": 827082789
        },
        {
            "start": 827086226,
            "stop": 827089346
        },
        {
            "start": 827092503,
            "stop": 827093007
        }
    ]
}