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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=78",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 79,
    "results": [
        {
            "start": 956694759,
            "stop": 956701913
        },
        {
            "start": 956704117,
            "stop": 956704744
        },
        {
            "start": 956722811,
            "stop": 956723810
        },
        {
            "start": 956731032,
            "stop": 956732669
        },
        {
            "start": 956734992,
            "stop": 956773075
        },
        {
            "start": 956775615,
            "stop": 956780759
        },
        {
            "start": 956821566,
            "stop": 956832049
        },
        {
            "start": 956834947,
            "stop": 956847958
        },
        {
            "start": 956849537,
            "stop": 956857169
        },
        {
            "start": 956866838,
            "stop": 956870682
        },
        {
            "start": 956872349,
            "stop": 956898019
        },
        {
            "start": 956902180,
            "stop": 956903857
        },
        {
            "start": 956905712,
            "stop": 956909952
        },
        {
            "start": 956919553,
            "stop": 956920288
        },
        {
            "start": 956923097,
            "stop": 956929504
        },
        {
            "start": 956977893,
            "stop": 956978672
        },
        {
            "start": 956979708,
            "stop": 956988693
        },
        {
            "start": 956991372,
            "stop": 956997094
        },
        {
            "start": 956997701,
            "stop": 957008009
        },
        {
            "start": 957011934,
            "stop": 957018513
        }
    ]
}