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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 3,
    "results": [
        {
            "start": 1126304537,
            "stop": 1126304597
        },
        {
            "start": 1126304777,
            "stop": 1126304897
        },
        {
            "start": 1126305077,
            "stop": 1126305197
        },
        {
            "start": 1126305377,
            "stop": 1126305437
        },
        {
            "start": 1126305557,
            "stop": 1126305617
        },
        {
            "start": 1126306937,
            "stop": 1126307057
        },
        {
            "start": 1126308670,
            "stop": 1126309577
        },
        {
            "start": 1126309637,
            "stop": 1126309817
        },
        {
            "start": 1126309877,
            "stop": 1126310879
        },
        {
            "start": 1126310887,
            "stop": 1126319074
        },
        {
            "start": 1126319081,
            "stop": 1126322991
        },
        {
            "start": 1126322999,
            "stop": 1126327397
        },
        {
            "start": 1126327457,
            "stop": 1126328957
        },
        {
            "start": 1126329017,
            "stop": 1126330637
        },
        {
            "start": 1126330697,
            "stop": 1126331060
        },
        {
            "start": 1126401691,
            "stop": 1126401917
        },
        {
            "start": 1126401977,
            "stop": 1126403293
        },
        {
            "start": 1126403300,
            "stop": 1126405196
        },
        {
            "start": 1126405203,
            "stop": 1126406606
        },
        {
            "start": 1126406613,
            "stop": 1126407119
        }
    ]
}