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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1822",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1820",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1821,
    "results": [
        {
            "start": 1250278888,
            "stop": 1250279050
        },
        {
            "start": 1250279053,
            "stop": 1250279116
        },
        {
            "start": 1250279119,
            "stop": 1250279485
        },
        {
            "start": 1250279488,
            "stop": 1250279752
        },
        {
            "start": 1250279760,
            "stop": 1250284101
        },
        {
            "start": 1250284102,
            "stop": 1250284724
        },
        {
            "start": 1250284727,
            "stop": 1250285367
        },
        {
            "start": 1250285369,
            "stop": 1250285415
        },
        {
            "start": 1250297137,
            "stop": 1250297174
        },
        {
            "start": 1250302730,
            "stop": 1250303382
        },
        {
            "start": 1250303385,
            "stop": 1250304507
        },
        {
            "start": 1250304508,
            "stop": 1250304525
        },
        {
            "start": 1250304528,
            "stop": 1250305435
        },
        {
            "start": 1250305437,
            "stop": 1250305439
        },
        {
            "start": 1250305440,
            "stop": 1250305453
        },
        {
            "start": 1250305454,
            "stop": 1250305474
        },
        {
            "start": 1250305477,
            "stop": 1250305599
        },
        {
            "start": 1250305602,
            "stop": 1250306956
        },
        {
            "start": 1250306959,
            "stop": 1250307481
        },
        {
            "start": 1250307484,
            "stop": 1250308437
        }
    ]
}