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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5143",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5144,
    "results": [
        {
            "start": 874757475,
            "stop": 874757640
        },
        {
            "start": 874757660,
            "stop": 874757707
        },
        {
            "start": 874757726,
            "stop": 874757728
        },
        {
            "start": 874757763,
            "stop": 874757802
        },
        {
            "start": 874757838,
            "stop": 874757848
        },
        {
            "start": 874757867,
            "stop": 874757901
        },
        {
            "start": 874757920,
            "stop": 874757944
        },
        {
            "start": 874757980,
            "stop": 874758022
        },
        {
            "start": 874758041,
            "stop": 874758060
        },
        {
            "start": 874758083,
            "stop": 874758113
        },
        {
            "start": 874758137,
            "stop": 874758182
        },
        {
            "start": 874758212,
            "stop": 874758450
        },
        {
            "start": 874758470,
            "stop": 874758521
        },
        {
            "start": 874758541,
            "stop": 874758547
        },
        {
            "start": 874758566,
            "stop": 874758597
        },
        {
            "start": 874758616,
            "stop": 874758720
        },
        {
            "start": 874758739,
            "stop": 874758868
        },
        {
            "start": 874758887,
            "stop": 874758893
        },
        {
            "start": 874758913,
            "stop": 874758945
        },
        {
            "start": 874758964,
            "stop": 874759007
        }
    ]
}