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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 364,
    "results": [
        {
            "start": 857269210,
            "stop": 857308434
        },
        {
            "start": 857308975,
            "stop": 857309962
        },
        {
            "start": 857309964,
            "stop": 857321203
        },
        {
            "start": 857321382,
            "stop": 857323397
        },
        {
            "start": 857323403,
            "stop": 857323422
        },
        {
            "start": 857323428,
            "stop": 857323450
        },
        {
            "start": 857323455,
            "stop": 857323460
        },
        {
            "start": 857323465,
            "stop": 857325335
        },
        {
            "start": 857325337,
            "stop": 857325342
        },
        {
            "start": 857325350,
            "stop": 857327912
        },
        {
            "start": 857327918,
            "stop": 857334762
        },
        {
            "start": 857335062,
            "stop": 857335790
        },
        {
            "start": 857336119,
            "stop": 857344821
        },
        {
            "start": 857344824,
            "stop": 857349500
        },
        {
            "start": 857349503,
            "stop": 857350995
        },
        {
            "start": 857351008,
            "stop": 857351027
        },
        {
            "start": 857351035,
            "stop": 857351042
        },
        {
            "start": 857351048,
            "stop": 857362356
        },
        {
            "start": 857363924,
            "stop": 857365836
        },
        {
            "start": 857367553,
            "stop": 857395954
        }
    ]
}