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/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=67",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 68,
    "results": [
        {
            "start": 823873929,
            "stop": 823875296
        },
        {
            "start": 823875328,
            "stop": 823876273
        },
        {
            "start": 823876281,
            "stop": 823876283
        },
        {
            "start": 823878073,
            "stop": 823880864
        },
        {
            "start": 823880896,
            "stop": 823881458
        },
        {
            "start": 823881459,
            "stop": 823882130
        },
        {
            "start": 823882131,
            "stop": 823883519
        },
        {
            "start": 823883520,
            "stop": 823883553
        },
        {
            "start": 823883554,
            "stop": 823883773
        },
        {
            "start": 823883804,
            "stop": 823883807
        },
        {
            "start": 823941733,
            "stop": 823947264
        },
        {
            "start": 823947296,
            "stop": 823955113
        },
        {
            "start": 823955116,
            "stop": 823960910
        },
        {
            "start": 823960913,
            "stop": 823960916
        },
        {
            "start": 823960919,
            "stop": 823960920
        },
        {
            "start": 823960927,
            "stop": 823961661
        },
        {
            "start": 823961662,
            "stop": 823963453
        },
        {
            "start": 823963461,
            "stop": 823963464
        },
        {
            "start": 824035093,
            "stop": 824038496
        },
        {
            "start": 824038528,
            "stop": 824048096
        }
    ]
}