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=1829
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=1830",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1828",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1829,
    "results": [
        {
            "start": 1250337936,
            "stop": 1250337977
        },
        {
            "start": 1250337980,
            "stop": 1250338039
        },
        {
            "start": 1250338042,
            "stop": 1250338339
        },
        {
            "start": 1250338341,
            "stop": 1250338372
        },
        {
            "start": 1250338376,
            "stop": 1250338387
        },
        {
            "start": 1250338388,
            "stop": 1250338393
        },
        {
            "start": 1250338395,
            "stop": 1250338397
        },
        {
            "start": 1250338399,
            "stop": 1250338400
        },
        {
            "start": 1250338403,
            "stop": 1250338441
        },
        {
            "start": 1250338442,
            "stop": 1250338446
        },
        {
            "start": 1250338447,
            "stop": 1250338450
        },
        {
            "start": 1250338453,
            "stop": 1250338476
        },
        {
            "start": 1250338477,
            "stop": 1250338480
        },
        {
            "start": 1250338482,
            "stop": 1250338492
        },
        {
            "start": 1250338495,
            "stop": 1250338506
        },
        {
            "start": 1250338510,
            "stop": 1250338511
        },
        {
            "start": 1250338512,
            "stop": 1250338513
        },
        {
            "start": 1250338514,
            "stop": 1250338516
        },
        {
            "start": 1250338517,
            "stop": 1250338520
        },
        {
            "start": 1250338521,
            "stop": 1250338530
        }
    ]
}