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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=515",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 516,
    "results": [
        {
            "start": 826080649,
            "stop": 826083648
        },
        {
            "start": 826085017,
            "stop": 826092506
        },
        {
            "start": 826094903,
            "stop": 826101061
        },
        {
            "start": 826101062,
            "stop": 826111618
        },
        {
            "start": 826114755,
            "stop": 826119809
        },
        {
            "start": 826119815,
            "stop": 826127327
        },
        {
            "start": 826130124,
            "stop": 826135518
        },
        {
            "start": 826138554,
            "stop": 826138666
        },
        {
            "start": 826139519,
            "stop": 826142154
        },
        {
            "start": 826146811,
            "stop": 826148823
        },
        {
            "start": 826150137,
            "stop": 826150640
        },
        {
            "start": 826150646,
            "stop": 826152646
        },
        {
            "start": 826152651,
            "stop": 826169189
        },
        {
            "start": 826172078,
            "stop": 826172392
        },
        {
            "start": 826174029,
            "stop": 826182044
        },
        {
            "start": 826187694,
            "stop": 826194473
        },
        {
            "start": 826197924,
            "stop": 826229393
        },
        {
            "start": 826231497,
            "stop": 826237046
        },
        {
            "start": 826237852,
            "stop": 826260150
        },
        {
            "start": 826262669,
            "stop": 826265007
        }
    ]
}