Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=128
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=127",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 128,
    "results": [
        {
            "start": 1135044666,
            "stop": 1135044668
        },
        {
            "start": 1135044671,
            "stop": 1135044692
        },
        {
            "start": 1135044695,
            "stop": 1135044705
        },
        {
            "start": 1135044708,
            "stop": 1135044730
        },
        {
            "start": 1135044733,
            "stop": 1135044751
        },
        {
            "start": 1135044754,
            "stop": 1135044771
        },
        {
            "start": 1135044774,
            "stop": 1135044785
        },
        {
            "start": 1135044788,
            "stop": 1135044812
        },
        {
            "start": 1135044815,
            "stop": 1135044840
        },
        {
            "start": 1135044843,
            "stop": 1135044941
        },
        {
            "start": 1135044944,
            "stop": 1135044993
        },
        {
            "start": 1135044996,
            "stop": 1135045143
        },
        {
            "start": 1135045146,
            "stop": 1135045258
        },
        {
            "start": 1135045261,
            "stop": 1135045348
        },
        {
            "start": 1135045351,
            "stop": 1135045423
        },
        {
            "start": 1135045426,
            "stop": 1135045496
        },
        {
            "start": 1135045499,
            "stop": 1135045567
        },
        {
            "start": 1135045570,
            "stop": 1135045667
        },
        {
            "start": 1135045670,
            "stop": 1135045684
        },
        {
            "start": 1135045687,
            "stop": 1135045753
        }
    ]
}