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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=487",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=485",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 486,
    "results": [
        {
            "start": 956704117,
            "stop": 956704729
        },
        {
            "start": 956722811,
            "stop": 956723795
        },
        {
            "start": 956731032,
            "stop": 956732654
        },
        {
            "start": 956734992,
            "stop": 956773060
        },
        {
            "start": 956775615,
            "stop": 956780744
        },
        {
            "start": 956821566,
            "stop": 956832034
        },
        {
            "start": 956834947,
            "stop": 956847943
        },
        {
            "start": 956849537,
            "stop": 956857154
        },
        {
            "start": 956866838,
            "stop": 956870285
        },
        {
            "start": 956870287,
            "stop": 956870289
        },
        {
            "start": 956870290,
            "stop": 956870667
        },
        {
            "start": 956872349,
            "stop": 956898004
        },
        {
            "start": 956902180,
            "stop": 956903843
        },
        {
            "start": 956905712,
            "stop": 956909937
        },
        {
            "start": 956919553,
            "stop": 956920273
        },
        {
            "start": 956923097,
            "stop": 956929489
        },
        {
            "start": 956977893,
            "stop": 956978657
        },
        {
            "start": 956979708,
            "stop": 956988678
        },
        {
            "start": 956991372,
            "stop": 956997094
        },
        {
            "start": 956997701,
            "stop": 957007994
        }
    ]
}