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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3551",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3552,
    "results": [
        {
            "start": 871649056,
            "stop": 871649337
        },
        {
            "start": 871649354,
            "stop": 871649477
        },
        {
            "start": 871649494,
            "stop": 871649580
        },
        {
            "start": 871649640,
            "stop": 871649705
        },
        {
            "start": 871649734,
            "stop": 871649742
        },
        {
            "start": 871649759,
            "stop": 871650041
        },
        {
            "start": 871650058,
            "stop": 871650183
        },
        {
            "start": 871650200,
            "stop": 871650534
        },
        {
            "start": 871650551,
            "stop": 871650791
        },
        {
            "start": 871650808,
            "stop": 871650962
        },
        {
            "start": 871650979,
            "stop": 871651140
        },
        {
            "start": 871651200,
            "stop": 871651230
        },
        {
            "start": 871651247,
            "stop": 871651257
        },
        {
            "start": 871651274,
            "stop": 871651500
        },
        {
            "start": 871651620,
            "stop": 871651977
        },
        {
            "start": 871651994,
            "stop": 871652003
        },
        {
            "start": 871652020,
            "stop": 871652118
        },
        {
            "start": 871652135,
            "stop": 871653458
        },
        {
            "start": 871653475,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653879
        }
    ]
}