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=7925
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=7926",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7924",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7925,
    "results": [
        {
            "start": 970001496,
            "stop": 970001526
        },
        {
            "start": 970001531,
            "stop": 970001539
        },
        {
            "start": 970001542,
            "stop": 970001565
        },
        {
            "start": 970001568,
            "stop": 970001580
        },
        {
            "start": 970001583,
            "stop": 970001594
        },
        {
            "start": 970001600,
            "stop": 970001620
        },
        {
            "start": 970001628,
            "stop": 970001629
        },
        {
            "start": 970001638,
            "stop": 970001646
        },
        {
            "start": 970001650,
            "stop": 970001673
        },
        {
            "start": 970001676,
            "stop": 970001683
        },
        {
            "start": 970001687,
            "stop": 970001721
        },
        {
            "start": 970001724,
            "stop": 970001745
        },
        {
            "start": 970001748,
            "stop": 970001907
        },
        {
            "start": 970001913,
            "stop": 970001970
        },
        {
            "start": 970001973,
            "stop": 970002007
        },
        {
            "start": 970002010,
            "stop": 970002067
        },
        {
            "start": 970002070,
            "stop": 970002127
        },
        {
            "start": 970002130,
            "stop": 970002132
        },
        {
            "start": 970002136,
            "stop": 970002154
        },
        {
            "start": 970002157,
            "stop": 970002169
        }
    ]
}