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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=316",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 317,
    "results": [
        {
            "start": 822962332,
            "stop": 822964849
        },
        {
            "start": 822964854,
            "stop": 822964882
        },
        {
            "start": 822964886,
            "stop": 822966407
        },
        {
            "start": 822968760,
            "stop": 822970465
        },
        {
            "start": 822970474,
            "stop": 822970758
        },
        {
            "start": 822970781,
            "stop": 822970805
        },
        {
            "start": 822970816,
            "stop": 822970832
        },
        {
            "start": 822970845,
            "stop": 822970860
        },
        {
            "start": 822970920,
            "stop": 822970930
        },
        {
            "start": 822971802,
            "stop": 822973347
        },
        {
            "start": 822973647,
            "stop": 822974893
        },
        {
            "start": 822975063,
            "stop": 822975240
        },
        {
            "start": 822975300,
            "stop": 822977382
        },
        {
            "start": 822977557,
            "stop": 822979287
        },
        {
            "start": 822979290,
            "stop": 822979667
        },
        {
            "start": 822979670,
            "stop": 822985433
        },
        {
            "start": 822985854,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 822994605
        },
        {
            "start": 822994910,
            "stop": 823002735
        },
        {
            "start": 823002738,
            "stop": 823009304
        }
    ]
}