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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=112",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 113,
    "results": [
        {
            "start": 826016682,
            "stop": 826017133
        },
        {
            "start": 826017759,
            "stop": 826062477
        },
        {
            "start": 826067256,
            "stop": 826075024
        },
        {
            "start": 826078086,
            "stop": 826078968
        },
        {
            "start": 826080649,
            "stop": 826083613
        },
        {
            "start": 826085017,
            "stop": 826092477
        },
        {
            "start": 826094903,
            "stop": 826101061
        },
        {
            "start": 826101062,
            "stop": 826111573
        },
        {
            "start": 826114755,
            "stop": 826127293
        },
        {
            "start": 826130124,
            "stop": 826135489
        },
        {
            "start": 826138554,
            "stop": 826138666
        },
        {
            "start": 826139519,
            "stop": 826142154
        },
        {
            "start": 826146811,
            "stop": 826148823
        },
        {
            "start": 826150137,
            "stop": 826169160
        },
        {
            "start": 826172078,
            "stop": 826172353
        },
        {
            "start": 826174029,
            "stop": 826182013
        },
        {
            "start": 826187694,
            "stop": 826194433
        },
        {
            "start": 826197924,
            "stop": 826229353
        },
        {
            "start": 826231497,
            "stop": 826237033
        },
        {
            "start": 826237852,
            "stop": 826260121
        }
    ]
}