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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=264",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 265,
    "results": [
        {
            "start": 855951559,
            "stop": 855951629
        },
        {
            "start": 855951642,
            "stop": 855951673
        },
        {
            "start": 855951683,
            "stop": 855951776
        },
        {
            "start": 855951779,
            "stop": 855951805
        },
        {
            "start": 855951809,
            "stop": 855951839
        },
        {
            "start": 855951843,
            "stop": 855953549
        },
        {
            "start": 855953553,
            "stop": 855953559
        },
        {
            "start": 855953572,
            "stop": 855953608
        },
        {
            "start": 855953611,
            "stop": 855953622
        },
        {
            "start": 855953635,
            "stop": 855953644
        },
        {
            "start": 855953648,
            "stop": 855953659
        },
        {
            "start": 855953672,
            "stop": 855953688
        },
        {
            "start": 855953692,
            "stop": 855953698
        },
        {
            "start": 855953701,
            "stop": 855953707
        },
        {
            "start": 855953716,
            "stop": 855953771
        },
        {
            "start": 855953785,
            "stop": 855953791
        },
        {
            "start": 855953795,
            "stop": 855953818
        },
        {
            "start": 855954822,
            "stop": 855954830
        },
        {
            "start": 855954843,
            "stop": 855954859
        },
        {
            "start": 855954867,
            "stop": 855954879
        }
    ]
}