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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=85",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 86,
    "results": [
        {
            "start": 826926108,
            "stop": 826926452
        },
        {
            "start": 826927029,
            "stop": 826928734
        },
        {
            "start": 826928735,
            "stop": 826958668
        },
        {
            "start": 826959444,
            "stop": 826965756
        },
        {
            "start": 826966330,
            "stop": 826966423
        },
        {
            "start": 826966986,
            "stop": 826992406
        },
        {
            "start": 827015025,
            "stop": 827015234
        },
        {
            "start": 827015554,
            "stop": 827015641
        },
        {
            "start": 827016041,
            "stop": 827016296
        },
        {
            "start": 827016616,
            "stop": 827017028
        },
        {
            "start": 827017428,
            "stop": 827017487
        },
        {
            "start": 827018577,
            "stop": 827018878
        },
        {
            "start": 827019198,
            "stop": 827019338
        },
        {
            "start": 827023611,
            "stop": 827024061
        },
        {
            "start": 827025512,
            "stop": 827031797
        },
        {
            "start": 827033064,
            "stop": 827041428
        },
        {
            "start": 827043187,
            "stop": 827082759
        },
        {
            "start": 827086226,
            "stop": 827089346
        },
        {
            "start": 827092503,
            "stop": 827092977
        },
        {
            "start": 827093933,
            "stop": 827101409
        }
    ]
}