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=2949
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=2950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2948",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2949,
    "results": [
        {
            "start": 859740120,
            "stop": 859741622
        },
        {
            "start": 859741628,
            "stop": 859741630
        },
        {
            "start": 859741635,
            "stop": 859741740
        },
        {
            "start": 859741800,
            "stop": 859741920
        },
        {
            "start": 859742040,
            "stop": 859743108
        },
        {
            "start": 859743111,
            "stop": 859744860
        },
        {
            "start": 859744920,
            "stop": 859745880
        },
        {
            "start": 859745940,
            "stop": 859746300
        },
        {
            "start": 859746360,
            "stop": 859747144
        },
        {
            "start": 859747147,
            "stop": 859747198
        },
        {
            "start": 859747202,
            "stop": 859747270
        },
        {
            "start": 859747275,
            "stop": 859747295
        },
        {
            "start": 859747310,
            "stop": 859747312
        },
        {
            "start": 859747318,
            "stop": 859747320
        },
        {
            "start": 859747380,
            "stop": 859748520
        },
        {
            "start": 859748580,
            "stop": 859749720
        },
        {
            "start": 859749780,
            "stop": 859750020
        },
        {
            "start": 859750080,
            "stop": 859751550
        },
        {
            "start": 859751610,
            "stop": 859751626
        },
        {
            "start": 859752011,
            "stop": 859754807
        }
    ]
}