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=46898
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=46899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46897",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46898,
    "results": [
        {
            "start": 875175883,
            "stop": 875175907
        },
        {
            "start": 875175908,
            "stop": 875175942
        },
        {
            "start": 875175943,
            "stop": 875175980
        },
        {
            "start": 875175981,
            "stop": 875176018
        },
        {
            "start": 875176022,
            "stop": 875176035
        },
        {
            "start": 875176036,
            "stop": 875176042
        },
        {
            "start": 875176044,
            "stop": 875176086
        },
        {
            "start": 875176087,
            "stop": 875176112
        },
        {
            "start": 875176113,
            "stop": 875176123
        },
        {
            "start": 875176126,
            "stop": 875176130
        },
        {
            "start": 875176131,
            "stop": 875176141
        },
        {
            "start": 875176142,
            "stop": 875176171
        },
        {
            "start": 875176172,
            "stop": 875176201
        },
        {
            "start": 875176204,
            "stop": 875176212
        },
        {
            "start": 875176213,
            "stop": 875176226
        },
        {
            "start": 875176227,
            "stop": 875176233
        },
        {
            "start": 875176234,
            "stop": 875176263
        },
        {
            "start": 875176264,
            "stop": 875176278
        },
        {
            "start": 875176279,
            "stop": 875176280
        },
        {
            "start": 875176281,
            "stop": 875176290
        }
    ]
}