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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=468",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 469,
    "results": [
        {
            "start": 1262028444,
            "stop": 1262028977
        },
        {
            "start": 1262028980,
            "stop": 1262029225
        },
        {
            "start": 1262029228,
            "stop": 1262030761
        },
        {
            "start": 1262030764,
            "stop": 1262031437
        },
        {
            "start": 1262031445,
            "stop": 1262031959
        },
        {
            "start": 1262031962,
            "stop": 1262032396
        },
        {
            "start": 1262032404,
            "stop": 1262033374
        },
        {
            "start": 1262033376,
            "stop": 1262033754
        },
        {
            "start": 1262033757,
            "stop": 1262038002
        },
        {
            "start": 1262044909,
            "stop": 1262046195
        },
        {
            "start": 1262046203,
            "stop": 1262046593
        },
        {
            "start": 1262046596,
            "stop": 1262050048
        },
        {
            "start": 1262050051,
            "stop": 1262051857
        },
        {
            "start": 1262051860,
            "stop": 1262053313
        },
        {
            "start": 1262053316,
            "stop": 1262055874
        },
        {
            "start": 1262055882,
            "stop": 1262058437
        },
        {
            "start": 1262058440,
            "stop": 1262058785
        },
        {
            "start": 1262058788,
            "stop": 1262058875
        },
        {
            "start": 1262058878,
            "stop": 1262058883
        },
        {
            "start": 1262058886,
            "stop": 1262062955
        }
    ]
}