Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=319
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=318",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 319,
    "results": [
        {
            "start": 935730255,
            "stop": 935730555
        },
        {
            "start": 935730557,
            "stop": 935730771
        },
        {
            "start": 935730773,
            "stop": 935730785
        },
        {
            "start": 935730788,
            "stop": 935730790
        },
        {
            "start": 935730793,
            "stop": 935730805
        },
        {
            "start": 935730808,
            "stop": 935730816
        },
        {
            "start": 935730819,
            "stop": 935730935
        },
        {
            "start": 935730938,
            "stop": 935730956
        },
        {
            "start": 935730958,
            "stop": 935731320
        },
        {
            "start": 935731322,
            "stop": 935731366
        },
        {
            "start": 935731368,
            "stop": 935731545
        },
        {
            "start": 935731547,
            "stop": 935732133
        },
        {
            "start": 935732135,
            "stop": 935732429
        },
        {
            "start": 935732432,
            "stop": 935732684
        },
        {
            "start": 935732687,
            "stop": 935732835
        },
        {
            "start": 935734795,
            "stop": 935736345
        },
        {
            "start": 935736348,
            "stop": 935737215
        },
        {
            "start": 935737455,
            "stop": 935738086
        },
        {
            "start": 935738088,
            "stop": 935739361
        },
        {
            "start": 935739363,
            "stop": 935740815
        }
    ]
}