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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=56",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 57,
    "results": [
        {
            "start": 822667698,
            "stop": 822667801
        },
        {
            "start": 822667807,
            "stop": 822667852
        },
        {
            "start": 822667864,
            "stop": 822667873
        },
        {
            "start": 822667880,
            "stop": 822667949
        },
        {
            "start": 822667953,
            "stop": 822668022
        },
        {
            "start": 822668025,
            "stop": 822668147
        },
        {
            "start": 822668151,
            "stop": 822668185
        },
        {
            "start": 822668188,
            "stop": 822668251
        },
        {
            "start": 822668255,
            "stop": 822668293
        },
        {
            "start": 822668300,
            "stop": 822668335
        },
        {
            "start": 822668338,
            "stop": 822668349
        },
        {
            "start": 822668352,
            "stop": 822668381
        },
        {
            "start": 822695327,
            "stop": 822695728
        },
        {
            "start": 822695731,
            "stop": 822696048
        },
        {
            "start": 822696061,
            "stop": 822696141
        },
        {
            "start": 822696144,
            "stop": 822696608
        },
        {
            "start": 822696640,
            "stop": 822696921
        },
        {
            "start": 822696924,
            "stop": 822696935
        },
        {
            "start": 822698006,
            "stop": 822698435
        },
        {
            "start": 822698512,
            "stop": 822704000
        }
    ]
}