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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=928",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 929,
    "results": [
        {
            "start": 865875310,
            "stop": 865875670
        },
        {
            "start": 865878302,
            "stop": 865878482
        },
        {
            "start": 865878634,
            "stop": 865881694
        },
        {
            "start": 865881917,
            "stop": 865882007
        },
        {
            "start": 865882828,
            "stop": 865882948
        },
        {
            "start": 865883400,
            "stop": 865883580
        },
        {
            "start": 865883758,
            "stop": 865884028
        },
        {
            "start": 865884178,
            "stop": 865884688
        },
        {
            "start": 865884868,
            "stop": 865885078
        },
        {
            "start": 865886177,
            "stop": 865886657
        },
        {
            "start": 865886787,
            "stop": 865887747
        },
        {
            "start": 865887978,
            "stop": 865888098
        },
        {
            "start": 865888232,
            "stop": 865888532
        },
        {
            "start": 865888688,
            "stop": 865888868
        },
        {
            "start": 865889031,
            "stop": 865889151
        },
        {
            "start": 865889501,
            "stop": 865891991
        },
        {
            "start": 865892171,
            "stop": 865893281
        },
        {
            "start": 865898062,
            "stop": 865902142
        },
        {
            "start": 865902408,
            "stop": 865907508
        },
        {
            "start": 865907641,
            "stop": 865924441
        }
    ]
}