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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7916",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7914",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7915,
    "results": [
        {
            "start": 970001137,
            "stop": 970001157
        },
        {
            "start": 970001162,
            "stop": 970001493
        },
        {
            "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
        }
    ]
}