Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=107
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=106",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 107,
    "results": [
        {
            "start": 966471228,
            "stop": 966490656
        },
        {
            "start": 966493081,
            "stop": 966505515
        },
        {
            "start": 966507409,
            "stop": 966550265
        },
        {
            "start": 966551748,
            "stop": 966554674
        },
        {
            "start": 966565457,
            "stop": 966566543
        },
        {
            "start": 966568416,
            "stop": 966613773
        },
        {
            "start": 966616104,
            "stop": 966637418
        },
        {
            "start": 966642146,
            "stop": 966651528
        },
        {
            "start": 966657442,
            "stop": 966697660
        },
        {
            "start": 966723378,
            "stop": 966727727
        },
        {
            "start": 966729881,
            "stop": 966779954
        },
        {
            "start": 966782217,
            "stop": 966783225
        },
        {
            "start": 966785151,
            "stop": 966800696
        },
        {
            "start": 966803258,
            "stop": 966804636
        },
        {
            "start": 966812926,
            "stop": 966871166
        },
        {
            "start": 966872466,
            "stop": 966889521
        },
        {
            "start": 966912834,
            "stop": 966916645
        },
        {
            "start": 966920757,
            "stop": 966945716
        },
        {
            "start": 966947490,
            "stop": 967054536
        },
        {
            "start": 967056247,
            "stop": 967060094
        }
    ]
}