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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 164,
    "results": [
        {
            "start": 820420461,
            "stop": 820420513
        },
        {
            "start": 820420799,
            "stop": 820421056
        },
        {
            "start": 820421059,
            "stop": 820421552
        },
        {
            "start": 820421555,
            "stop": 820421623
        },
        {
            "start": 820421628,
            "stop": 820421631
        },
        {
            "start": 820421635,
            "stop": 820421780
        },
        {
            "start": 820421783,
            "stop": 820422060
        },
        {
            "start": 820422180,
            "stop": 820422307
        },
        {
            "start": 820422310,
            "stop": 820422392
        },
        {
            "start": 820422396,
            "stop": 820422454
        },
        {
            "start": 820422457,
            "stop": 820422660
        },
        {
            "start": 820422663,
            "stop": 820422667
        },
        {
            "start": 820422671,
            "stop": 820422973
        },
        {
            "start": 820423203,
            "stop": 820423320
        },
        {
            "start": 820423324,
            "stop": 820423466
        },
        {
            "start": 820423469,
            "stop": 820423620
        },
        {
            "start": 820423623,
            "stop": 820424004
        },
        {
            "start": 820424008,
            "stop": 820424056
        },
        {
            "start": 820424060,
            "stop": 820424196
        },
        {
            "start": 820424199,
            "stop": 820424274
        }
    ]
}