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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=442",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 443,
    "results": [
        {
            "start": 847814053,
            "stop": 847814071
        },
        {
            "start": 847814072,
            "stop": 847814079
        },
        {
            "start": 847814081,
            "stop": 847814154
        },
        {
            "start": 847814155,
            "stop": 847814277
        },
        {
            "start": 847814279,
            "stop": 847814292
        },
        {
            "start": 847814294,
            "stop": 847814323
        },
        {
            "start": 847814325,
            "stop": 847814381
        },
        {
            "start": 847814383,
            "stop": 847814391
        },
        {
            "start": 847814392,
            "stop": 847814436
        },
        {
            "start": 847814438,
            "stop": 847814448
        },
        {
            "start": 847814449,
            "stop": 847814485
        },
        {
            "start": 847814486,
            "stop": 847814488
        },
        {
            "start": 847814489,
            "stop": 847814491
        },
        {
            "start": 847814492,
            "stop": 847814497
        },
        {
            "start": 847814499,
            "stop": 847814500
        },
        {
            "start": 847814502,
            "stop": 847814503
        },
        {
            "start": 847814504,
            "stop": 847814505
        },
        {
            "start": 847814507,
            "stop": 847814537
        },
        {
            "start": 847814538,
            "stop": 847814544
        },
        {
            "start": 847814546,
            "stop": 847814570
        }
    ]
}