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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=275",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 276,
    "results": [
        {
            "start": 866199806,
            "stop": 866199951
        },
        {
            "start": 866199954,
            "stop": 866200477
        },
        {
            "start": 866200480,
            "stop": 866200813
        },
        {
            "start": 866200816,
            "stop": 866200861
        },
        {
            "start": 866200865,
            "stop": 866201005
        },
        {
            "start": 866201008,
            "stop": 866201308
        },
        {
            "start": 866201311,
            "stop": 866201854
        },
        {
            "start": 866201857,
            "stop": 866201940
        },
        {
            "start": 866201943,
            "stop": 866201958
        },
        {
            "start": 866201961,
            "stop": 866202030
        },
        {
            "start": 866202033,
            "stop": 866202213
        },
        {
            "start": 866202216,
            "stop": 866202412
        },
        {
            "start": 866202416,
            "stop": 866202506
        },
        {
            "start": 866202509,
            "stop": 866202871
        },
        {
            "start": 866202874,
            "stop": 866203156
        },
        {
            "start": 866203159,
            "stop": 866204256
        },
        {
            "start": 866204259,
            "stop": 866204307
        },
        {
            "start": 866204310,
            "stop": 866204337
        },
        {
            "start": 866204340,
            "stop": 866204653
        },
        {
            "start": 866204656,
            "stop": 866205107
        }
    ]
}