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=40858
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=40859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40857",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40858,
    "results": [
        {
            "start": 875050907,
            "stop": 875050912
        },
        {
            "start": 875050913,
            "stop": 875050926
        },
        {
            "start": 875050928,
            "stop": 875050964
        },
        {
            "start": 875050965,
            "stop": 875051002
        },
        {
            "start": 875051003,
            "stop": 875051022
        },
        {
            "start": 875051023,
            "stop": 875051077
        },
        {
            "start": 875051078,
            "stop": 875051091
        },
        {
            "start": 875051092,
            "stop": 875051119
        },
        {
            "start": 875051121,
            "stop": 875051137
        },
        {
            "start": 875051138,
            "stop": 875051148
        },
        {
            "start": 875051150,
            "stop": 875051156
        },
        {
            "start": 875051157,
            "stop": 875051161
        },
        {
            "start": 875051163,
            "stop": 875051180
        },
        {
            "start": 875051182,
            "stop": 875051262
        },
        {
            "start": 875051263,
            "stop": 875051308
        },
        {
            "start": 875051309,
            "stop": 875051320
        },
        {
            "start": 875051322,
            "stop": 875051331
        },
        {
            "start": 875051332,
            "stop": 875051352
        },
        {
            "start": 875051353,
            "stop": 875051367
        },
        {
            "start": 875051368,
            "stop": 875051380
        }
    ]
}