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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=53",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 54,
    "results": [
        {
            "start": 822085976,
            "stop": 822088153
        },
        {
            "start": 822089508,
            "stop": 822089713
        },
        {
            "start": 822091576,
            "stop": 822092501
        },
        {
            "start": 822093343,
            "stop": 822094513
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822121792
        },
        {
            "start": 822121824,
            "stop": 822128758
        },
        {
            "start": 822128761,
            "stop": 822130144
        },
        {
            "start": 822130176,
            "stop": 822134336
        },
        {
            "start": 822134368,
            "stop": 822152173
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822153288,
            "stop": 822153289
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179724
        },
        {
            "start": 822179810,
            "stop": 822182928
        },
        {
            "start": 822183781,
            "stop": 822184993
        },
        {
            "start": 822185719,
            "stop": 822194533
        },
        {
            "start": 822194633,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822238662
        }
    ]
}