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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40757",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40758,
    "results": [
        {
            "start": 874976020,
            "stop": 874976033
        },
        {
            "start": 874976034,
            "stop": 874976039
        },
        {
            "start": 874976040,
            "stop": 874976061
        },
        {
            "start": 874976062,
            "stop": 874976086
        },
        {
            "start": 874976088,
            "stop": 874976094
        },
        {
            "start": 874976095,
            "stop": 874976114
        },
        {
            "start": 874976116,
            "stop": 874976126
        },
        {
            "start": 874976127,
            "stop": 874976128
        },
        {
            "start": 874976129,
            "stop": 874976176
        },
        {
            "start": 874976177,
            "stop": 874976227
        },
        {
            "start": 874976228,
            "stop": 874976245
        },
        {
            "start": 874976246,
            "stop": 874976247
        },
        {
            "start": 874976249,
            "stop": 874976252
        },
        {
            "start": 874976253,
            "stop": 874976304
        },
        {
            "start": 874976305,
            "stop": 874976332
        },
        {
            "start": 874976333,
            "stop": 874976345
        },
        {
            "start": 874976347,
            "stop": 874976348
        },
        {
            "start": 874976350,
            "stop": 874976356
        },
        {
            "start": 874976358,
            "stop": 874976376
        },
        {
            "start": 874976379,
            "stop": 874976409
        }
    ]
}