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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46849",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46850,
    "results": [
        {
            "start": 875140044,
            "stop": 875140052
        },
        {
            "start": 875140053,
            "stop": 875140061
        },
        {
            "start": 875140062,
            "stop": 875140075
        },
        {
            "start": 875140079,
            "stop": 875140083
        },
        {
            "start": 875140088,
            "stop": 875140090
        },
        {
            "start": 875140093,
            "stop": 875140097
        },
        {
            "start": 875140098,
            "stop": 875140099
        },
        {
            "start": 875140100,
            "stop": 875140103
        },
        {
            "start": 875140104,
            "stop": 875140126
        },
        {
            "start": 875140131,
            "stop": 875140136
        },
        {
            "start": 875140137,
            "stop": 875140145
        },
        {
            "start": 875140147,
            "stop": 875140151
        },
        {
            "start": 875140152,
            "stop": 875140156
        },
        {
            "start": 875140159,
            "stop": 875140184
        },
        {
            "start": 875140185,
            "stop": 875140190
        },
        {
            "start": 875140191,
            "stop": 875140198
        },
        {
            "start": 875140201,
            "stop": 875140213
        },
        {
            "start": 875140214,
            "stop": 875140221
        },
        {
            "start": 875140222,
            "stop": 875140232
        },
        {
            "start": 875140234,
            "stop": 875140245
        }
    ]
}