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=40782
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=40783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40781",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40782,
    "results": [
        {
            "start": 874997103,
            "stop": 874997122
        },
        {
            "start": 874997123,
            "stop": 874997140
        },
        {
            "start": 874997141,
            "stop": 874997207
        },
        {
            "start": 874997209,
            "stop": 874997229
        },
        {
            "start": 874997230,
            "stop": 874997292
        },
        {
            "start": 874997294,
            "stop": 874997335
        },
        {
            "start": 874997336,
            "stop": 874997357
        },
        {
            "start": 874997358,
            "stop": 874997392
        },
        {
            "start": 874997394,
            "stop": 874997420
        },
        {
            "start": 874997422,
            "stop": 874997429
        },
        {
            "start": 874997430,
            "stop": 874997483
        },
        {
            "start": 874997484,
            "stop": 874997502
        },
        {
            "start": 874997503,
            "stop": 874997505
        },
        {
            "start": 874997507,
            "stop": 874997676
        },
        {
            "start": 874997677,
            "stop": 874997684
        },
        {
            "start": 874997686,
            "stop": 874997698
        },
        {
            "start": 874997699,
            "stop": 874997804
        },
        {
            "start": 874997805,
            "stop": 874997825
        },
        {
            "start": 874997826,
            "stop": 874997846
        },
        {
            "start": 874997848,
            "stop": 874997897
        }
    ]
}