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/H2_BURST_CAT3E/segments?format=api&page=46804
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=46805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46803",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46804,
    "results": [
        {
            "start": 875120010,
            "stop": 875120031
        },
        {
            "start": 875120032,
            "stop": 875120035
        },
        {
            "start": 875120036,
            "stop": 875120041
        },
        {
            "start": 875120042,
            "stop": 875120051
        },
        {
            "start": 875120053,
            "stop": 875120072
        },
        {
            "start": 875120073,
            "stop": 875120084
        },
        {
            "start": 875120085,
            "stop": 875120113
        },
        {
            "start": 875120115,
            "stop": 875120122
        },
        {
            "start": 875120123,
            "stop": 875120142
        },
        {
            "start": 875120143,
            "stop": 875120158
        },
        {
            "start": 875120159,
            "stop": 875120179
        },
        {
            "start": 875120180,
            "stop": 875120183
        },
        {
            "start": 875123026,
            "stop": 875123044
        },
        {
            "start": 875123045,
            "stop": 875123101
        },
        {
            "start": 875123102,
            "stop": 875123127
        },
        {
            "start": 875123128,
            "stop": 875123188
        },
        {
            "start": 875123189,
            "stop": 875123212
        },
        {
            "start": 875123213,
            "stop": 875123255
        },
        {
            "start": 875123257,
            "stop": 875123272
        },
        {
            "start": 875123273,
            "stop": 875123276
        }
    ]
}