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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5817",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5818,
    "results": [
        {
            "start": 874706372,
            "stop": 874706387
        },
        {
            "start": 874706390,
            "stop": 874706397
        },
        {
            "start": 874706400,
            "stop": 874706403
        },
        {
            "start": 874706406,
            "stop": 874706428
        },
        {
            "start": 874706431,
            "stop": 874706439
        },
        {
            "start": 874706442,
            "stop": 874706443
        },
        {
            "start": 874706449,
            "stop": 874706520
        },
        {
            "start": 874706524,
            "stop": 874706531
        },
        {
            "start": 874706534,
            "stop": 874706545
        },
        {
            "start": 874706548,
            "stop": 874706555
        },
        {
            "start": 874706561,
            "stop": 874706586
        },
        {
            "start": 874706589,
            "stop": 874706618
        },
        {
            "start": 874706622,
            "stop": 874706655
        },
        {
            "start": 874707774,
            "stop": 874709420
        },
        {
            "start": 874709423,
            "stop": 874709544
        },
        {
            "start": 874709547,
            "stop": 874709710
        },
        {
            "start": 874709714,
            "stop": 874709715
        },
        {
            "start": 874709719,
            "stop": 874709814
        },
        {
            "start": 874709818,
            "stop": 874710057
        },
        {
            "start": 874710060,
            "stop": 874710111
        }
    ]
}