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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=68",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 69,
    "results": [
        {
            "start": 823866491,
            "stop": 823870754
        },
        {
            "start": 823872504,
            "stop": 823875899
        },
        {
            "start": 823878023,
            "stop": 823883807
        },
        {
            "start": 823941723,
            "stop": 823963464
        },
        {
            "start": 824035044,
            "stop": 824049536
        },
        {
            "start": 824117813,
            "stop": 824118664
        },
        {
            "start": 824119118,
            "stop": 824137067
        },
        {
            "start": 824203440,
            "stop": 824208097
        },
        {
            "start": 824208117,
            "stop": 824211914
        },
        {
            "start": 824213339,
            "stop": 824214413
        },
        {
            "start": 824216351,
            "stop": 824217054
        },
        {
            "start": 824218364,
            "stop": 824219383
        },
        {
            "start": 824219783,
            "stop": 824220201
        },
        {
            "start": 824220734,
            "stop": 824223925
        },
        {
            "start": 824361211,
            "stop": 824361351
        },
        {
            "start": 824363312,
            "stop": 824371241
        },
        {
            "start": 824371398,
            "stop": 824390219
        },
        {
            "start": 824395082,
            "stop": 824397536
        },
        {
            "start": 824408744,
            "stop": 824409150
        },
        {
            "start": 824409920,
            "stop": 824411889
        }
    ]
}