Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3625
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3626",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3624",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3625,
    "results": [
        {
            "start": 970490039,
            "stop": 970490041
        },
        {
            "start": 970490044,
            "stop": 970490048
        },
        {
            "start": 970490051,
            "stop": 970490055
        },
        {
            "start": 970490058,
            "stop": 970490059
        },
        {
            "start": 970490062,
            "stop": 970490063
        },
        {
            "start": 970490066,
            "stop": 970490077
        },
        {
            "start": 970490081,
            "stop": 970490082
        },
        {
            "start": 970490085,
            "stop": 970490086
        },
        {
            "start": 970490090,
            "stop": 970490091
        },
        {
            "start": 970490095,
            "stop": 970490100
        },
        {
            "start": 970490106,
            "stop": 970490108
        },
        {
            "start": 970490115,
            "stop": 970490126
        },
        {
            "start": 970490129,
            "stop": 970490139
        },
        {
            "start": 970490142,
            "stop": 970490143
        },
        {
            "start": 970490146,
            "stop": 970490163
        },
        {
            "start": 970490166,
            "stop": 970490169
        },
        {
            "start": 970490172,
            "stop": 970490174
        },
        {
            "start": 970490177,
            "stop": 970490179
        },
        {
            "start": 970490182,
            "stop": 970490188
        },
        {
            "start": 970490191,
            "stop": 970490195
        }
    ]
}