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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=168",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 169,
    "results": [
        {
            "start": 840737473,
            "stop": 840737476
        },
        {
            "start": 840737479,
            "stop": 840737653
        },
        {
            "start": 840738336,
            "stop": 840740713
        },
        {
            "start": 840741319,
            "stop": 840749416
        },
        {
            "start": 840750255,
            "stop": 840752591
        },
        {
            "start": 840753221,
            "stop": 840824150
        },
        {
            "start": 840824151,
            "stop": 840824152
        },
        {
            "start": 840824155,
            "stop": 840832707
        },
        {
            "start": 840832710,
            "stop": 840836496
        },
        {
            "start": 840837224,
            "stop": 840837465
        },
        {
            "start": 840837466,
            "stop": 840837468
        },
        {
            "start": 840837470,
            "stop": 840857893
        },
        {
            "start": 840859259,
            "stop": 840882767
        },
        {
            "start": 840884517,
            "stop": 840895078
        },
        {
            "start": 840895755,
            "stop": 840897795
        },
        {
            "start": 840924044,
            "stop": 840926173
        },
        {
            "start": 840926840,
            "stop": 840930667
        },
        {
            "start": 840930668,
            "stop": 840930764
        },
        {
            "start": 840930765,
            "stop": 840931121
        },
        {
            "start": 840932036,
            "stop": 840932633
        }
    ]
}