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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=18",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 19,
    "results": [
        {
            "start": 945087397,
            "stop": 945087558
        },
        {
            "start": 945107549,
            "stop": 945107662
        },
        {
            "start": 945122597,
            "stop": 945122710
        },
        {
            "start": 945130685,
            "stop": 945130798
        },
        {
            "start": 945141565,
            "stop": 945141678
        },
        {
            "start": 945149454,
            "stop": 945149566
        },
        {
            "start": 945166261,
            "stop": 945166374
        },
        {
            "start": 945172590,
            "stop": 945172750
        },
        {
            "start": 945180773,
            "stop": 945180886
        },
        {
            "start": 945294959,
            "stop": 945295072
        },
        {
            "start": 945315438,
            "stop": 945315550
        },
        {
            "start": 945333085,
            "stop": 945333198
        },
        {
            "start": 945359509,
            "stop": 945359622
        },
        {
            "start": 945367709,
            "stop": 945367822
        },
        {
            "start": 945376037,
            "stop": 945376150
        },
        {
            "start": 945392581,
            "stop": 945392694
        },
        {
            "start": 945397638,
            "stop": 945397798
        },
        {
            "start": 945416062,
            "stop": 945416174
        },
        {
            "start": 945425973,
            "stop": 945426086
        },
        {
            "start": 945470958,
            "stop": 945471070
        }
    ]
}