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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46918",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46919,
    "results": [
        {
            "start": 875190454,
            "stop": 875190458
        },
        {
            "start": 875190461,
            "stop": 875190471
        },
        {
            "start": 875190472,
            "stop": 875190490
        },
        {
            "start": 875190491,
            "stop": 875190501
        },
        {
            "start": 875190502,
            "stop": 875190547
        },
        {
            "start": 875190550,
            "stop": 875190551
        },
        {
            "start": 875190552,
            "stop": 875190579
        },
        {
            "start": 875190581,
            "stop": 875190599
        },
        {
            "start": 875190603,
            "stop": 875190641
        },
        {
            "start": 875190642,
            "stop": 875190670
        },
        {
            "start": 875190671,
            "stop": 875190685
        },
        {
            "start": 875190686,
            "stop": 875190696
        },
        {
            "start": 875190700,
            "stop": 875190704
        },
        {
            "start": 875190705,
            "stop": 875190729
        },
        {
            "start": 875190730,
            "stop": 875190731
        },
        {
            "start": 875190732,
            "stop": 875190748
        },
        {
            "start": 875190749,
            "stop": 875190750
        },
        {
            "start": 875190751,
            "stop": 875190759
        },
        {
            "start": 875190760,
            "stop": 875190792
        },
        {
            "start": 875190794,
            "stop": 875190811
        }
    ]
}